GbrbIdx
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:CARRier<CH>:NIOT:GBRBidx
- class GbrbIdxCls[source]
GbrbIdx commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrier=Carrier.Default) int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:CARRier<CH>:NIOT:GBRBidx value: int = driver.source.bb.eutra.downlink.carrier.niot.gbrbIdx.get(carrier = repcap.Carrier.Default)
In guardband opration, sets the resource block number in that the NB-IoT transmissions are allocated.
- param carrier
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Carrier’)
- return
rb_index_gb: integer
- set(rb_index_gb: int, carrier=Carrier.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:CARRier<CH>:NIOT:GBRBidx driver.source.bb.eutra.downlink.carrier.niot.gbrbIdx.set(rb_index_gb = 1, carrier = repcap.Carrier.Default)
In guardband opration, sets the resource block number in that the NB-IoT transmissions are allocated.
- param rb_index_gb
integer
- param carrier
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Carrier’)