RbOffset

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:RBOFfset
class RbOffsetCls[source]

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

get(userEquipment=UserEquipment.Default, transmission=Transmission.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:RBOFfset
value: int = driver.source.bb.eutra.uplink.ue.emtc.trans.rbOffset.get(userEquipment = repcap.UserEquipment.Default, transmission = repcap.Transmission.Default)

For allocations that span less than 6 RB, this parameter shifts the allocated RBs within the NB.

param userEquipment

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

param transmission

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

return

res_block_offset: integer Range: 0 to 5

set(res_block_offset: int, userEquipment=UserEquipment.Default, transmission=Transmission.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:RBOFfset
driver.source.bb.eutra.uplink.ue.emtc.trans.rbOffset.set(res_block_offset = 1, userEquipment = repcap.UserEquipment.Default, transmission = repcap.Transmission.Default)

For allocations that span less than 6 RB, this parameter shifts the allocated RBs within the NB.

param res_block_offset

integer Range: 0 to 5

param userEquipment

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

param transmission

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