Cbandwidth<ChannelBw>

RepCap Settings

# Range: Bw5 .. Bw100
rc = driver.configure.nrSubMeas.multiEval.modulation.ewLength.cbandwidth.repcap_channelBw_get()
driver.configure.nrSubMeas.multiEval.modulation.ewLength.cbandwidth.repcap_channelBw_set(repcap.ChannelBw.Bw5)

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:MODulation:EWLength:CBANdwidth<bw>
class CbandwidthCls[source]

Cbandwidth commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: ChannelBw, default value after init: ChannelBw.Bw5

class CbandwidthStruct[source]

Response structure. Fields:

  • Cyc_Prefix_Norm_15: int: Samples for normal CP, 15-kHz SC spacing

  • Cyc_Prefix_Norm_30: int: Samples for normal CP, 60-kHz SC spacing

  • Cyc_Prefix_Norm_60: int: Samples for extended CP, 60-kHz SC spacing

  • Cyc_Prefix_Extend: int: No parameter help available

get(channelBw=ChannelBw.Default) CbandwidthStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:MODulation:EWLength:CBANdwidth<bw>
value: CbandwidthStruct = driver.configure.nrSubMeas.multiEval.modulation.ewLength.cbandwidth.get(channelBw = repcap.ChannelBw.Default)

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

param channelBw:

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

return:

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

set(cyc_prefix_norm_15: int, cyc_prefix_norm_30: int, cyc_prefix_norm_60: int, cyc_prefix_extend: int, channelBw=ChannelBw.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:MODulation:EWLength:CBANdwidth<bw>
driver.configure.nrSubMeas.multiEval.modulation.ewLength.cbandwidth.set(cyc_prefix_norm_15 = 1, cyc_prefix_norm_30 = 1, cyc_prefix_norm_60 = 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 and the SC spacing.

param cyc_prefix_norm_15:

Samples for normal CP, 15-kHz SC spacing

param cyc_prefix_norm_30:

Samples for normal CP, 60-kHz SC spacing

param cyc_prefix_norm_60:

Samples for extended CP, 60-kHz SC spacing

param cyc_prefix_extend:

No help available

param channelBw:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.nrSubMeas.multiEval.modulation.ewLength.cbandwidth.clone()