VrbOffset

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:FRC:VRBoffset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:FRC:VRBoffset
value: int = driver.source.bb.eutra.uplink.ue.cell.frc.vrbOffset.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

Sets the virtual resource block (VRB) offset for all PUSCH allocation of the selected UE in all subframes.

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’)

Returns:

vrb_offset: integer Range: 0 to dynamic

set(vrb_offset: int, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:FRC:VRBoffset
driver.source.bb.eutra.uplink.ue.cell.frc.vrbOffset.set(vrb_offset = 1, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

Sets the virtual resource block (VRB) offset for all PUSCH allocation of the selected UE in all subframes.

Parameters:
  • vrb_offset – integer Range: 0 to dynamic

  • 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’)