Poffset
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:POFFset
- class PoffsetCls[source]
Poffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default) float [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:POFFset value: float = driver.source.bb.eutra.downlink.ca.cell.poffset.get(cellNull = repcap.CellNull.Default)
Sets the power offset of the SCells relative to the power level of the PCell.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
power_offset: float Range: -80 to 80
- set(power_offset: float, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:POFFset driver.source.bb.eutra.downlink.ca.cell.poffset.set(power_offset = 1.0, cellNull = repcap.CellNull.Default)
Sets the power offset of the SCells relative to the power level of the PCell.
- param power_offset
float Range: -80 to 80
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)