RbIndex
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:RBINdex
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userEquipment=UserEquipment.Default) int[source]
# [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.
- Parameters:
userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- Returns:
res_block_index: integer Range: Depends on other values
- set(res_block_index: int, userEquipment=UserEquipment.Default) None[source]
# [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.
- Parameters:
res_block_index – integer Range: Depends on other values
userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)