EvmSymbol

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>:MEValuation:MODulation:EVMSymbol
class EvmSymbolCls[source]

EvmSymbol commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class EvmSymbolStruct[source]

Response structure. Fields:

  • Symbol: int: OFDM symbol to be evaluated.

  • Low_High: enums.LowHigh: Low or high EVM window position.

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

Configures the scope of the EVM vs modulation symbol results.

return:

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

set(symbol: int, low_high: LowHigh) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:MODulation:EVMSymbol
driver.configure.nrMmwMeas.multiEval.modulation.evmSymbol.set(symbol = 1, low_high = enums.LowHigh.HIGH)

Configures the scope of the EVM vs modulation symbol results.

param symbol:

OFDM symbol to be evaluated.

param low_high:

Low or high EVM window position.