Cbandwidth
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:CBANdwidth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Nr1) ChannelBwidth[source]
# 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>.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1
- Returns:
channel_bw: Channel bandwidth 3 MHz to 100 MHz (Bxxx = xxx MHz) .
- set(channel_bw: ChannelBwidth, carrierComponent=CarrierComponent.Nr1) None[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:CBANdwidth driver.configure.nrSubMeas.cc.cbandwidth.set(channel_bw = enums.ChannelBwidth.B003, carrierComponent = repcap.CarrierComponent.Nr1)
Specifies the channel bandwidth of carrier <no>.
- Parameters:
channel_bw – Channel bandwidth 3 MHz to 100 MHz (Bxxx = xxx MHz) .
carrierComponent – optional repeated capability selector. Default value: Nr1