ChannelBw<ChannelBw>

RepCap Settings

# Range: Bw14 .. Bw200
rc = driver.configure.multiEval.modulation.ewLength.channelBw.repcap_channelBw_get()
driver.configure.multiEval.modulation.ewLength.channelBw.repcap_channelBw_set(repcap.ChannelBw.Bw14)

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:MODulation:EWLength: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:

  • Cyc_Prefix_Normal: int: integer Samples for normal CP Range: see below

  • Cyc_Prefix_Extend: int: integer Samples for extended CP Range: see below

get(channelBw=ChannelBw.Default) ChannelBwStruct[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:MODulation:EWLength:CBANdwidth<Band>
value: ChannelBwStruct = driver.configure.multiEval.modulation.ewLength.channelBw.get(channelBw = repcap.ChannelBw.Default)

Specifies the EVM window length in samples for a selected channel bandwidth, depending on the cyclic prefix (CP) type.

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(cyc_prefix_normal: int, cyc_prefix_extend: int, channelBw=ChannelBw.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:MODulation:EWLength:CBANdwidth<Band>
driver.configure.multiEval.modulation.ewLength.channelBw.set(cyc_prefix_normal = 1, cyc_prefix_extend = 1, channelBw = repcap.ChannelBw.Default)

Specifies the EVM window length in samples for a selected channel bandwidth, depending on the cyclic prefix (CP) type.

param cyc_prefix_normal:

integer Samples for normal CP Range: see below

param cyc_prefix_extend:

integer Samples for extended CP Range: see below

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.multiEval.modulation.ewLength.channelBw.clone()