Cbandwidth<ChannelBw>

RepCap Settings

# Range: Bw50 .. Bw400
rc = driver.configure.nrMmwMeas.multiEval.limit.seMask.obwLimit.cbandwidth.repcap_channelBw_get()
driver.configure.nrMmwMeas.multiEval.limit.seMask.obwLimit.cbandwidth.repcap_channelBw_set(repcap.ChannelBw.Bw50)

SCPI Command :

CONFigure:NRMMw: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.Bw50

get(channelBw=ChannelBw.Default) float[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:LIMit:SEMask:OBWLimit:CBANdwidth<bw>
value: float or bool = driver.configure.nrMmwMeas.multiEval.limit.seMask.obwLimit.cbandwidth.get(channelBw = repcap.ChannelBw.Default)

Defines an upper limit for the occupied bandwidth, depending on the channel bandwidth.

param channelBw:

optional repeated capability selector. Default value: Bw50 (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:NRMMw:MEASurement<Instance>:MEValuation:LIMit:SEMask:OBWLimit:CBANdwidth<bw>
driver.configure.nrMmwMeas.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.

param obw_limit:

(float or boolean) No help available

param channelBw:

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

Cloning the Group

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