Poffset
SCPI Command :
[SOURce<HW>]:BB:V5G:UL:UE<ST>:CELL<DIR0>:ROW<CH0>:POFFset
- class PoffsetCls[source]
Poffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default, rowNull=RowNull.Default) float [source]
# SCPI: [SOURce<HW>]:BB:V5G:UL:UE<ST>:CELL<DIR0>:ROW<CH0>:POFFset value: float = driver.source.bb.v5G.uplink.ue.cell.row.poffset.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default, rowNull = repcap.RowNull.Default)
No command help available
- 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’)
- param rowNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)
- return
ue_cc_power_offs: float Range: -80 to 10
- set(ue_cc_power_offs: float, userEquipment=UserEquipment.Default, cellNull=CellNull.Default, rowNull=RowNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:V5G:UL:UE<ST>:CELL<DIR0>:ROW<CH0>:POFFset driver.source.bb.v5G.uplink.ue.cell.row.poffset.set(ue_cc_power_offs = 1.0, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default, rowNull = repcap.RowNull.Default)
No command help available
- param ue_cc_power_offs
float Range: -80 to 10
- 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’)
- param rowNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)