EvmSymbol

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:RESult:EVMagnitude:EVMSymbol
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class EvmSymbolStruct[source]

Response structure. Fields:

  • 1 Enable: bool: No parameter help available

  • 2 Symbol: int: No parameter help available

  • 3 Low_High: enums.LowHigh: No parameter help available

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

No help available

Returns:

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

set(enable: bool, symbol: int, low_high: LowHigh) None[source]
# 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)

No help available