Cbandwidth<ChannelBw>

RepCap Settings

# Range: Bw5 .. Bw100
rc = driver.configure.nrSubMeas.multiEval.limit.seMask.obwLimit.cbandwidth.repcap_channelBw_get()
driver.configure.nrSubMeas.multiEval.limit.seMask.obwLimit.cbandwidth.repcap_channelBw_set(repcap.ChannelBw.Bw5)

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:OBWLimit:CBANdwidth<bw>
class CbandwidthCls[source]

Cbandwidth commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: ChannelBw, default value after init: ChannelBw.Bw5

get(channelBw=ChannelBw.Default) float[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:OBWLimit:CBANdwidth<bw>
value: float or 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) .

param channelBw:

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

return:

obw_limit: (float or boolean) No help available

set(obw_limit: float, channelBw=ChannelBw.Default) None[source]
# SCPI: 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) .

param obw_limit:

(float or boolean) No help available

param channelBw:

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

Cloning the Group

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