ChannelBw<ChannelBw>

RepCap Settings

# Range: Bw14 .. Bw200
rc = driver.configure.lteMeas.multiEval.limit.seMask.obwLimit.channelBw.repcap_channelBw_get()
driver.configure.lteMeas.multiEval.limit.seMask.obwLimit.channelBw.repcap_channelBw_set(repcap.ChannelBw.Bw14)

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:SEMask:OBWLimit:CBANdwidth<Band>
class ChannelBwCls[source]

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

get(channelBw=ChannelBw.Default) float[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:SEMask:OBWLimit:CBANdwidth<Band>
value: float or bool = driver.configure.lteMeas.multiEval.limit.seMask.obwLimit.channelBw.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: Bw14 (settable in the interface ‘ChannelBw’)

return:

obw_limit: (float or boolean) No help available

set(obw_limit: float, channelBw=ChannelBw.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:SEMask:OBWLimit:CBANdwidth<Band>
driver.configure.lteMeas.multiEval.limit.seMask.obwLimit.channelBw.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: Bw14 (settable in the interface ‘ChannelBw’)

Cloning the Group

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