ChannelBw2nd<SecondChannelBw>

RepCap Settings

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

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:SEMask:LIMit<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:

  • Enable: bool: OFF | ON OFF: Disables the check of these requirements. ON: Enables the check of these requirements.

  • Frequency_Start: float: numeric Start frequency of the area, relative to the edges of the aggregated channel bandwidth. Range: 0 MHz to 65 MHz, Unit: Hz

  • Frequency_End: float: numeric Stop frequency of the area, relative to the edges of the aggregated channel bandwidth. Range: 0 MHz to 65 MHz, Unit: Hz

  • Level: float: numeric Upper limit for the area Range: -256 dBm to 256 dBm, Unit: dBm

  • Rbw: enums.Rbw: K030 | K100 | M1 Resolution bandwidth to be used for the area. K030: 30 kHz K100: 100 kHz M1: 1 MHz

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

Defines general requirements for the emission mask area <no>. The activation state, the area borders, an upper limit and the resolution bandwidth must be specified. 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 limit:

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

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(enable: bool, frequency_start: float, frequency_end: float, level: float, rbw: Rbw, limit=Limit.Default, firstChannelBw=FirstChannelBw.Default, secondChannelBw=SecondChannelBw.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:SEMask:LIMit<nr>:CAGGregation:CBANdwidth<Band1>:CBANdwidth<Band2>
driver.configure.multiEval.limit.seMask.limit.carrierAggregation.channelBw1st.channelBw2nd.set(enable = False, frequency_start = 1.0, frequency_end = 1.0, level = 1.0, rbw = enums.Rbw.K030, limit = repcap.Limit.Default, firstChannelBw = repcap.FirstChannelBw.Default, secondChannelBw = repcap.SecondChannelBw.Default)

Defines general requirements for the emission mask area <no>. The activation state, the area borders, an upper limit and the resolution bandwidth must be specified. 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 enable:

OFF | ON OFF: Disables the check of these requirements. ON: Enables the check of these requirements.

param frequency_start:

numeric Start frequency of the area, relative to the edges of the aggregated channel bandwidth. Range: 0 MHz to 65 MHz, Unit: Hz

param frequency_end:

numeric Stop frequency of the area, relative to the edges of the aggregated channel bandwidth. Range: 0 MHz to 65 MHz, Unit: Hz

param level:

numeric Upper limit for the area Range: -256 dBm to 256 dBm, Unit: dBm

param rbw:

K030 | K100 | M1 Resolution bandwidth to be used for the area. K030: 30 kHz K100: 100 kHz M1: 1 MHz

param limit:

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

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.multiEval.limit.seMask.limit.carrierAggregation.channelBw1st.channelBw2nd.clone()

Subgroups