EvMagnitude

SCPI Command :

CONFigure:NRMMw: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:NRMMw:MEASurement<Instance>:MEValuation:RESult:EVMagnitude
value: bool = driver.configure.nrMmwMeas.multiEval.result.evMagnitude.get_value()

Enables or disables the evaluation of results in the multi-evaluation measurement. Do not use anymore. Use instead method RsCMPX_NrFr2Meas.Configure.NrMmwMeas.MultiEval.Result.modulation.

return:

enable: OFF: Do not evaluate the results. ON: Evaluate the results.

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

Enables or disables the evaluation of results in the multi-evaluation measurement. Do not use anymore. Use instead method RsCMPX_NrFr2Meas.Configure.NrMmwMeas.MultiEval.Result.modulation.

param enable:

OFF: Do not evaluate the results. ON: Evaluate the results.

Cloning the Group

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

Subgroups