RbIdx
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:CARRier<CH>:NIOT:RBIDx
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrier=Carrier.Default) EutraDlNbiotRbIndex[source]
# [SOURce<HW>]:BB:EUTRa:DL:CARRier<CH>:NIOT:RBIDx value: enums.EutraDlNbiotRbIndex = driver.source.bb.eutra.downlink.carrier.niot.rbIdx.get(carrier = repcap.Carrier.Default)
Sets the resource block number in that the NB-IoT transmissions are allocated.
- Parameters:
carrier – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Carrier’)
- Returns:
rb_index: 2 | 4| 7 | 9| 12 | 14 | 17 | 19 | 22 | 27 | 24 | 29 | 30 | 32 | 34 | 35 | 39 | 42 | 44 | 40 | 45 | 47 | 52 | 55 | 57 | 60 | 62 | 65 | 67 | 70 | 72 | 75 | 80 | 85 | 90 | 95 | USER
- set(rb_index: EutraDlNbiotRbIndex, carrier=Carrier.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:CARRier<CH>:NIOT:RBIDx driver.source.bb.eutra.downlink.carrier.niot.rbIdx.set(rb_index = enums.EutraDlNbiotRbIndex._12, carrier = repcap.Carrier.Default)
Sets the resource block number in that the NB-IoT transmissions are allocated.
- Parameters:
rb_index – 2 | 4| 7 | 9| 12 | 14 | 17 | 19 | 22 | 27 | 24 | 29 | 30 | 32 | 34 | 35 | 39 | 42 | 44 | 40 | 45 | 47 | 52 | 55 | 57 | 60 | 62 | 65 | 67 | 70 | 72 | 75 | 80 | 85 | 90 | 95 | USER
carrier – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Carrier’)