RbOffset

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDATa:RBOFfset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDATa:RBOFfset
value: int = driver.source.bb.eutra.uplink.ue.sl.rdata.rbOffset.get(userEquipment = repcap.UserEquipment.Default)

Shifts the band in the frequency domain by the selected number of resource blocks (RB) .

Parameters:

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

Returns:

rb_offset: integer Range: 0 to 98

set(rb_offset: int, userEquipment=UserEquipment.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDATa:RBOFfset
driver.source.bb.eutra.uplink.ue.sl.rdata.rbOffset.set(rb_offset = 1, userEquipment = repcap.UserEquipment.Default)

Shifts the band in the frequency domain by the selected number of resource blocks (RB) .

Parameters:
  • rb_offset – integer Range: 0 to 98

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