Poffset

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:CELL<DIR0>:POFFset
class PoffsetCls[source]

Poffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default) float[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:CELL<DIR0>:POFFset
value: float = driver.source.bb.eutra.uplink.ue.cell.poffset.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

Sets a power offset of the selected PCell or SCell.

param userEquipment

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)

param cellNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)

return

ue_cc_power_offs: float Range: -80 to 10, Unit: dB

set(ue_cc_power_offs: float, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:CELL<DIR0>:POFFset
driver.source.bb.eutra.uplink.ue.cell.poffset.set(ue_cc_power_offs = 1.0, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

Sets a power offset of the selected PCell or SCell.

param ue_cc_power_offs

float Range: -80 to 10, Unit: dB

param userEquipment

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)

param cellNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)