RbOffset

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:RBOFfset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default, transmission=Transmission.Default) int[source]
# [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.

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

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

Returns:

res_block_offset: integer Range: 0 to 5

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

Parameters:
  • res_block_offset – integer Range: 0 to 5

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

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