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: No parameter help available

  • Symbol: int: No parameter help available

  • Low_High: enums.LowHigh: No parameter help available

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

No command help available

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)

No command help available

param enable:

No help available

param symbol:

No help available

param low_high:

No help available