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.Nr1) ChannelBwidth[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:CBANdwidth
value: enums.ChannelBwidth = driver.configure.nrSubMeas.cc.cbandwidth.get(carrierComponent = repcap.CarrierComponent.Nr1)

Specifies the channel bandwidth of carrier <no>.

param carrierComponent:

optional repeated capability selector. Default value: Nr1

return:

channel_bw: Channel bandwidth 5 MHz to 100 MHz (Bxxx = xxx MHz) .

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

Specifies the channel bandwidth of carrier <no>.

param channel_bw:

Channel bandwidth 5 MHz to 100 MHz (Bxxx = xxx MHz) .

param carrierComponent:

optional repeated capability selector. Default value: Nr1