Cbandwidth

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:CBANdwidth
class CbandwidthCls[source]

Cbandwidth commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(carrierComponent=CarrierComponent.Default) ChannelBwidth[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:CBANdwidth
value: enums.ChannelBwidth = driver.configure.nrSubMeas.cc.cbandwidth.get(carrierComponent = repcap.CarrierComponent.Default)

Specifies the channel bandwidth of carrier <no>.

param carrierComponent:

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

return:

channel_bw: B005 | B010 | B015 | B020 | B025 | B030 | B035 | B040 | B045 | B050 | B060 | B070 | B080 | B090 | B100 Channel bandwidth 5 MHz to 100 MHz (Bxxx = xxx MHz) .

set(channel_bw: ChannelBwidth, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:CBANdwidth
driver.configure.nrSubMeas.cc.cbandwidth.set(channel_bw = enums.ChannelBwidth.B005, carrierComponent = repcap.CarrierComponent.Default)

Specifies the channel bandwidth of carrier <no>.

param channel_bw:

B005 | B010 | B015 | B020 | B025 | B030 | B035 | B040 | B045 | B050 | B060 | B070 | B080 | B090 | B100 Channel bandwidth 5 MHz to 100 MHz (Bxxx = xxx MHz) .

param carrierComponent:

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