GbrbIdx

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:CARRier<CH>:NIOT:GBRBidx
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrier=Carrier.Default) int[source]
# [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.

Parameters:

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

Returns:

rb_index_gb: integer

set(rb_index_gb: int, carrier=Carrier.Default) None[source]
# [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.

Parameters:
  • rb_index_gb – integer

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