EvmSymbol

SCPI Command :

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

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

class EvmSymbolStruct[source]

Response structure. Fields:

  • Enable: bool: OFF: Do not measure the results. ON: Measure the results.

  • 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:RESult:EVMagnitude:EVMSymbol
value: EvmSymbolStruct = driver.configure.nrMmwMeas.multiEval.result.evMagnitude.evmSymbol.get()

Enables or disables the measurement of EVM vs modulation symbol results and configures the scope of the measurement. Do not use anymore. Use instead method RsCMPX_NrFr2Meas.Configure.NrMmwMeas.MultiEval.Result.modulation.

return:

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

set(enable: bool, symbol: int, low_high: LowHigh) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:RESult:EVMagnitude:EVMSymbol
driver.configure.nrMmwMeas.multiEval.result.evMagnitude.evmSymbol.set(enable = False, symbol = 1, low_high = enums.LowHigh.HIGH)

Enables or disables the measurement of EVM vs modulation symbol results and configures the scope of the measurement. Do not use anymore. Use instead method RsCMPX_NrFr2Meas.Configure.NrMmwMeas.MultiEval.Result.modulation.

param enable:

OFF: Do not measure the results. ON: Measure the results.

param symbol:

OFDM symbol to be evaluated.

param low_high:

Low or high EVM window position.