ChannelBw2nd<SecondChannelBw>

RepCap Settings

# Range: Bw50 .. Bw200
rc = driver.configure.lteMeas.multiEval.limit.seMask.obwLimit.carrierAggregation.channelBw1st.channelBw2nd.repcap_secondChannelBw_get()
driver.configure.lteMeas.multiEval.limit.seMask.obwLimit.carrierAggregation.channelBw1st.channelBw2nd.repcap_secondChannelBw_set(repcap.SecondChannelBw.Bw50)

SCPI Command :

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

ChannelBw2nd commands group definition. 2 total commands, 1 Subgroups, 1 group commands Repeated Capability: SecondChannelBw, default value after init: SecondChannelBw.Bw50

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

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

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’)

return:

obw_limit: (float or boolean) No help available

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

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

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’)

Cloning the Group

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

Subgroups