ChannelBw2nd<SecondChannelBw>

RepCap Settings

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

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:ACLR:UTRA<nr>: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

class ChannelBw2ndStruct[source]

Response structure. Fields:

  • Relative_Level: float or bool: No parameter help available

  • Absolute_Level: float or bool: No parameter help available

get(utraAdjChannel=UtraAdjChannel.Default, firstChannelBw=FirstChannelBw.Default, secondChannelBw=SecondChannelBw.Default) ChannelBw2ndStruct[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:ACLR:UTRA<nr>:CAGGregation:CBANdwidth<Band1>:CBANdwidth<Band2>
value: ChannelBw2ndStruct = driver.configure.lteMeas.multiEval.limit.aclr.utra.carrierAggregation.channelBw1st.channelBw2nd.get(utraAdjChannel = repcap.UtraAdjChannel.Default, firstChannelBw = repcap.FirstChannelBw.Default, secondChannelBw = repcap.SecondChannelBw.Default)

Defines relative and absolute limits for the ACLR measured in the first or second adjacent UTRA channel, depending on <no>. The settings are 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 utraAdjChannel:

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

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:

structure: for return value, see the help for ChannelBw2ndStruct structure arguments.

set(relative_level: float, absolute_level: float, utraAdjChannel=UtraAdjChannel.Default, firstChannelBw=FirstChannelBw.Default, secondChannelBw=SecondChannelBw.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:ACLR:UTRA<nr>:CAGGregation:CBANdwidth<Band1>:CBANdwidth<Band2>
driver.configure.lteMeas.multiEval.limit.aclr.utra.carrierAggregation.channelBw1st.channelBw2nd.set(relative_level = 1.0, absolute_level = 1.0, utraAdjChannel = repcap.UtraAdjChannel.Default, firstChannelBw = repcap.FirstChannelBw.Default, secondChannelBw = repcap.SecondChannelBw.Default)

Defines relative and absolute limits for the ACLR measured in the first or second adjacent UTRA channel, depending on <no>. The settings are 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 relative_level:

(float or boolean) No help available

param absolute_level:

(float or boolean) No help available

param utraAdjChannel:

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

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.aclr.utra.carrierAggregation.channelBw1st.channelBw2nd.clone()

Subgroups