RbIndex

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:RBINdex
class RbIndexCls[source]

RbIndex 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>:NIOT:RBINdex
value: int = driver.source.bb.eutra.uplink.ue.niot.rbIndex.get(userEquipment = repcap.UserEquipment.Default)

Sets the resource block number in that the NB-IoT transmissions are allocated.

param userEquipment

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

return

res_block_index: integer Range: Depends on other values

set(res_block_index: int, userEquipment=UserEquipment.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:RBINdex
driver.source.bb.eutra.uplink.ue.niot.rbIndex.set(res_block_index = 1, userEquipment = repcap.UserEquipment.Default)

Sets the resource block number in that the NB-IoT transmissions are allocated.

param res_block_index

integer Range: Depends on other values

param userEquipment

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