EvMagnitude

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:RESult:EVMagnitude
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get_value() bool[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:RESult:EVMagnitude
value: bool = driver.configure.nrSubMeas.multiEval.result.evMagnitude.get_value()

No help available

set_value(enable: bool) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:RESult:EVMagnitude
driver.configure.nrSubMeas.multiEval.result.evMagnitude.set_value(enable = False)

No help available

Cloning the Group

# Create a copy of the original group, that exists independently
evMagnitude_copy = driver.configure.nrSubMeas.multiEval.result.evMagnitude.clone()

Subgroups