EvmSymbol

SCPI Command :

CONFigure:NRSub: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 | ON OFF: Do not measure the results. ON: Measure the results.

  • Symbol: int: decimal OFDM symbol to be evaluated Range: 0 to 13

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

get() EvmSymbolStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:RESult:EVMagnitude:EVMSymbol
value: EvmSymbolStruct = driver.configure.nrSubMeas.multiEval.result.evMagnitude.evmSymbol.get()

Enables or disables the measurement of EVM vs modulation symbol results and configures the scope of the measurement.

return:

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

set(enable: bool, symbol: int, low_high: LowHigh) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:RESult:EVMagnitude:EVMSymbol
driver.configure.nrSubMeas.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.

param enable:

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

param symbol:

decimal OFDM symbol to be evaluated Range: 0 to 13

param low_high:

LOW | HIGH Low or high EVM window position