Cbandwidth<ChannelBw>

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:OBWLimit:CBANdwidth<bw>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Bw3 .. Bw100

driver.configure.nrSubMeas.multiEval.limit.seMask.obwLimit.cbandwidth.repcap_channelBw_set(repcap.ChannelBw.Bw3)
get(channelBw=ChannelBw.Default) float | bool[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:OBWLimit:CBANdwidth<bw>
value: float | bool = driver.configure.nrSubMeas.multiEval.limit.seMask.obwLimit.cbandwidth.get(channelBw = repcap.ChannelBw.Default)

Defines an upper limit for the occupied bandwidth, depending on the channel bandwidth (for NR SA without CA) .

Parameters:

channelBw – optional repeated capability selector. Default value: Bw3 (settable in the interface ‘Cbandwidth’)

Returns:

obw_limit: (float or boolean) numeric | ON | OFF

set(obw_limit: float | bool, channelBw=ChannelBw.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:OBWLimit:CBANdwidth<bw>
driver.configure.nrSubMeas.multiEval.limit.seMask.obwLimit.cbandwidth.set(obw_limit = 1.0, channelBw = repcap.ChannelBw.Default)

Defines an upper limit for the occupied bandwidth, depending on the channel bandwidth (for NR SA without CA) .

Parameters:
  • obw_limit – (float or boolean) numeric | ON | OFF

  • channelBw – optional repeated capability selector. Default value: Bw3 (settable in the interface ‘Cbandwidth’)

Cloning the Group

# Create a copy of the original group, that exists independently
cbandwidth_copy = driver.configure.nrSubMeas.multiEval.limit.seMask.obwLimit.cbandwidth.clone()