ChannelBw<ChannelBw>

RepCap Settings

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

SCPI Command :

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

class ChannelBwStruct[source]

Response structure. Fields:

  • Relative_Level: float or bool: No parameter help available

  • Absolute_Level: float or bool: No parameter help available

get(channelBw=ChannelBw.Default) ChannelBwStruct[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:ACLR:EUTRa:CBANdwidth<Band>
value: ChannelBwStruct = driver.configure.lteMeas.multiEval.limit.aclr.eutra.channelBw.get(channelBw = repcap.ChannelBw.Default)

Defines relative and absolute limits for the ACLR measured in an adjacent E-UTRA channel. The settings are defined separately for each channel bandwidth.

param channelBw:

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

return:

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

set(relative_level: float, absolute_level: float, channelBw=ChannelBw.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:ACLR:EUTRa:CBANdwidth<Band>
driver.configure.lteMeas.multiEval.limit.aclr.eutra.channelBw.set(relative_level = 1.0, absolute_level = 1.0, channelBw = repcap.ChannelBw.Default)

Defines relative and absolute limits for the ACLR measured in an adjacent E-UTRA channel. The settings are defined separately for each channel bandwidth.

param relative_level:

(float or boolean) No help available

param absolute_level:

(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.aclr.eutra.channelBw.clone()