Cbandwidth<ChannelBw>

RepCap Settings

# Range: Bw50 .. Bw400
rc = driver.configure.nrMmwMeas.multiEval.modulation.ewLength.cbandwidth.repcap_channelBw_get()
driver.configure.nrMmwMeas.multiEval.modulation.ewLength.cbandwidth.repcap_channelBw_set(repcap.ChannelBw.Bw50)

SCPI Command :

CONFigure:NRMMw: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.Bw50

class CbandwidthStruct[source]

Response structure. Fields:

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

  • Length_Cp_Norm_120: int: Samples for normal CP, 120-kHz SC spacing

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

Specifies the EVM window length in samples for a selected channel bandwidth, depending on the SC spacing.

param channelBw:

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

return:

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

set(length_cp_norm_60: int, length_cp_norm_120: int, channelBw=ChannelBw.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:MODulation:EWLength:CBANdwidth<bw>
driver.configure.nrMmwMeas.multiEval.modulation.ewLength.cbandwidth.set(length_cp_norm_60 = 1, length_cp_norm_120 = 1, channelBw = repcap.ChannelBw.Default)

Specifies the EVM window length in samples for a selected channel bandwidth, depending on the SC spacing.

param length_cp_norm_60:

Samples for normal CP, 60-kHz SC spacing

param length_cp_norm_120:

Samples for normal CP, 120-kHz SC spacing

param channelBw:

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

Cloning the Group

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