RbOffset

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDATa:RBOFfset
class RbOffsetCls[source]

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

get(userEquipment=UserEquipment.Default) int[source]
# SCPI: [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) .

param userEquipment

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

return

rb_offset: integer Range: 0 to 98

set(rb_offset: int, userEquipment=UserEquipment.Default) None[source]
# SCPI: [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) .

param rb_offset

integer Range: 0 to 98

param userEquipment

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