Cbandwidth<ChannelBwExt>
RepCap Settings
# Range: Bw5 .. Bw100
rc = driver.configure.nrSubMeas.multiEval.limit.seMask.obwLimit.cbandwidth.repcap_channelBwExt_get()
driver.configure.nrSubMeas.multiEval.limit.seMask.obwLimit.cbandwidth.repcap_channelBwExt_set(repcap.ChannelBwExt.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: ChannelBwExt, default value after init: ChannelBwExt.Bw5
- get(channelBwExt=ChannelBwExt.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(channelBwExt = repcap.ChannelBwExt.Default)
Defines an upper limit for the occupied bandwidth, depending on the channel bandwidth (for NR SA without CA) .
- param channelBwExt:
optional repeated capability selector. Default value: Bw5 (settable in the interface ‘Cbandwidth’)
- return:
obw_limit: (float or boolean) numeric | ON | OFF Range: 0 MHz to 100 MHz, Unit: Hz ON | OFF enables or disables the limit check.
- set(obw_limit: float, channelBwExt=ChannelBwExt.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, channelBwExt = repcap.ChannelBwExt.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) numeric | ON | OFF Range: 0 MHz to 100 MHz, Unit: Hz ON | OFF enables or disables the limit check.
- param channelBwExt:
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()