Cbandwidth<ChannelBwExt>

RepCap Settings

# Range: Bw5 .. Bw100
rc = driver.configure.nrSubMeas.multiEval.modulation.ewLength.cbandwidth.repcap_channelBwExt_get()
driver.configure.nrSubMeas.multiEval.modulation.ewLength.cbandwidth.repcap_channelBwExt_set(repcap.ChannelBwExt.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: ChannelBwExt, default value after init: ChannelBwExt.Bw5

class CbandwidthStruct[source]

Response structure. Fields:

  • Cyc_Prefix_Norm_15: int: integer Samples for normal CP, 15-kHz SC spacing Range: see below

  • Cyc_Prefix_Norm_30: int: integer Samples for normal CP, 60-kHz SC spacing Range: see below

  • Cyc_Prefix_Norm_60: int: integer Samples for extended CP, 60-kHz SC spacing Range: see below

  • Cyc_Prefix_Extend: int: integer Range: 1 to not documented

get(channelBwExt=ChannelBwExt.Default) CbandwidthStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:MODulation:EWLength:CBANdwidth<bw>
value: CbandwidthStruct = driver.configure.nrSubMeas.multiEval.modulation.ewLength.cbandwidth.get(channelBwExt = repcap.ChannelBwExt.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 channelBwExt:

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, channelBwExt=ChannelBwExt.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, channelBwExt = repcap.ChannelBwExt.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:

integer Samples for normal CP, 15-kHz SC spacing Range: see below

param cyc_prefix_norm_30:

integer Samples for normal CP, 60-kHz SC spacing Range: see below

param cyc_prefix_norm_60:

integer Samples for extended CP, 60-kHz SC spacing Range: see below

param cyc_prefix_extend:

integer Range: 1 to not documented

param channelBwExt:

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()