Poffset

SCPI Command :

[SOURce<HW>]:BB:V5G:UL:UE<ST>:CELL<DIR0>:ROW<CH0>:POFFset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default, rowNull=RowNull.Default) float[source]
# [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 help available

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

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

  • rowNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)

Returns:

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]
# [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 help available

Parameters:
  • ue_cc_power_offs – float Range: -80 to 10

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

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

  • rowNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)