EvMagnitude

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:RESult:EVMagnitude
class EvMagnitudeCls[source]

EvMagnitude commands group definition. 2 total commands, 1 Subgroups, 1 group commands

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

No command help available

return:

enable: No help available

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

No command help available

param enable:

No help available

Cloning the Group

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

Subgroups