EwLength

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>:MEValuation:MODulation:EWLength
class EwLengthCls[source]

EwLength commands group definition. 2 total commands, 1 Subgroups, 1 group commands

class EwLengthStruct[source]

Response structure. Fields:

  • Length_Cp_Norm_60: List[int]: Comma-separated list of 4 values: for 50 MHz, 100 MHz, 200 MHz, 400 MHz Samples for normal CP, 60-kHz SC spacing

  • Length_Cp_Norm_120: List[int]: Comma-separated list of 4 values: for 50 MHz, 100 MHz, 200 MHz, 400 MHz Samples for normal CP, 120-kHz SC spacing

get() EwLengthStruct[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:MODulation:EWLength
value: EwLengthStruct = driver.configure.nrMmwMeas.multiEval.modulation.ewLength.get()

Specifies the EVM window length in samples for all channel bandwidths, depending on the SC spacing. For ranges and *RST values, see Table ‘Ranges and *RST values’.

return:

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

set(length_cp_norm_60: List[int], length_cp_norm_120: List[int]) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:MODulation:EWLength
driver.configure.nrMmwMeas.multiEval.modulation.ewLength.set(length_cp_norm_60 = [1, 2, 3], length_cp_norm_120 = [1, 2, 3])

Specifies the EVM window length in samples for all channel bandwidths, depending on the SC spacing. For ranges and *RST values, see Table ‘Ranges and *RST values’.

param length_cp_norm_60:

Comma-separated list of 4 values: for 50 MHz, 100 MHz, 200 MHz, 400 MHz Samples for normal CP, 60-kHz SC spacing

param length_cp_norm_120:

Comma-separated list of 4 values: for 50 MHz, 100 MHz, 200 MHz, 400 MHz Samples for normal CP, 120-kHz SC spacing

Cloning the Group

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

Subgroups