ChannelBw3rd<ThirdChannelBw>

RepCap Settings

# Range: Bw100 .. Bw200
rc = driver.configure.lteMeas.multiEval.limit.seMask.obwLimit.carrierAggregation.channelBw1st.channelBw2nd.channelBw3rd.repcap_thirdChannelBw_get()
driver.configure.lteMeas.multiEval.limit.seMask.obwLimit.carrierAggregation.channelBw1st.channelBw2nd.channelBw3rd.repcap_thirdChannelBw_set(repcap.ThirdChannelBw.Bw100)

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:SEMask:OBWLimit:CAGGregation:CBANdwidth<Band1>:CBANdwidth<Band2>:CBANdwidth<Band3>
class ChannelBw3rdCls[source]

ChannelBw3rd commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: ThirdChannelBw, default value after init: ThirdChannelBw.Bw100

get(firstChannelBw=FirstChannelBw.Default, secondChannelBw=SecondChannelBw.Default, thirdChannelBw=ThirdChannelBw.Default) float[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:SEMask:OBWLimit:CAGGregation:CBANdwidth<Band1>:CBANdwidth<Band2>:CBANdwidth<Band3>
value: float or bool = driver.configure.lteMeas.multiEval.limit.seMask.obwLimit.carrierAggregation.channelBw1st.channelBw2nd.channelBw3rd.get(firstChannelBw = repcap.FirstChannelBw.Default, secondChannelBw = repcap.SecondChannelBw.Default, thirdChannelBw = repcap.ThirdChannelBw.Default)

Defines an upper limit for the occupied bandwidth. The settings are defined separately for each channel bandwidth combination, for three aggregated carriers. The following bandwidth combinations are supported: Example: For the first line in the figure, use …:CBANdwidth200:CBANdwidth150:CBANdwidth100.

param firstChannelBw:

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

param secondChannelBw:

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

param thirdChannelBw:

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

return:

obw_limit: (float or boolean) No help available

set(obw_limit: float, firstChannelBw=FirstChannelBw.Default, secondChannelBw=SecondChannelBw.Default, thirdChannelBw=ThirdChannelBw.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:SEMask:OBWLimit:CAGGregation:CBANdwidth<Band1>:CBANdwidth<Band2>:CBANdwidth<Band3>
driver.configure.lteMeas.multiEval.limit.seMask.obwLimit.carrierAggregation.channelBw1st.channelBw2nd.channelBw3rd.set(obw_limit = 1.0, firstChannelBw = repcap.FirstChannelBw.Default, secondChannelBw = repcap.SecondChannelBw.Default, thirdChannelBw = repcap.ThirdChannelBw.Default)

Defines an upper limit for the occupied bandwidth. The settings are defined separately for each channel bandwidth combination, for three aggregated carriers. The following bandwidth combinations are supported: Example: For the first line in the figure, use …:CBANdwidth200:CBANdwidth150:CBANdwidth100.

param obw_limit:

(float or boolean) No help available

param firstChannelBw:

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

param secondChannelBw:

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

param thirdChannelBw:

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

Cloning the Group

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