MultiEval

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:CREPetition
CONFigure:AFRF:MEASurement<Instance>:MEValuation:REPetition
CONFigure:AFRF:MEASurement<Instance>:MEValuation:SCONdition
CONFigure:AFRF:MEASurement<Instance>:MEValuation:MOEXception
CONFigure:AFRF:MEASurement<Instance>:MEValuation:RCOupling
CONFigure:AFRF:MEASurement<Instance>:MEValuation:TOUT
CONFigure:AFRF:MEASurement<Instance>:MEValuation:SAUTomatic
CONFigure:AFRF:MEASurement<Instance>:MEValuation:STFind
class MultiEvalCls[source]

MultiEval commands group definition. 116 total commands, 13 Subgroups, 8 group commands

get_crepetition() bool[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:CREPetition
value: bool = driver.configure.afRf.measurement.multiEval.get_crepetition()

Enables or disables the automatic configuration of the repetition mode. With enabled automatic configuration, the repetition mode of all measurements is set to ‘Continuous’ each time the instrument switches from remote operation to manual operation.

return:

continuous_repetition: No help available

get_mo_exception() bool[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:MOEXception
value: bool = driver.configure.afRf.measurement.multiEval.get_mo_exception()

Specifies whether measurement results that the CMA identifies as faulty or inaccurate are rejected.

return:

meas_on_exception: OFF | ON OFF Faulty results are rejected ON Results are never rejected

get_rcoupling() bool[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:RCOupling
value: bool = driver.configure.afRf.measurement.multiEval.get_rcoupling()

Couples the repetition mode (single shot or continuous) of all measurements.

return:

repetition_coupling: OFF | ON

get_repetition() Repeat[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:REPetition
value: enums.Repeat = driver.configure.afRf.measurement.multiEval.get_repetition()

Selects whether the measurement is repeated continuously or not.

return:

repetition: SINGleshot | CONTinuous SINGleshot Single-shot measurement, stopped after one measurement cycle CONTinuous Continuous measurement, running until explicitly terminated

get_sautomatic() bool[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:SAUTomatic
value: bool = driver.configure.afRf.measurement.multiEval.get_sautomatic()

No command help available

return:

start_meas_automatic: No help available

get_scondition() StopCondition[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:SCONdition
value: enums.StopCondition = driver.configure.afRf.measurement.multiEval.get_scondition()

Selects whether the measurement is stopped after a failed limit check or continued.

return:

stop_condition: NONE | SLFail NONE Continue measurement irrespective of the limit check SLFail Stop measurement on limit failure

get_st_find() bool[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:STFind
value: bool = driver.configure.afRf.measurement.multiEval.get_st_find()

No command help available

return:

start_find: No help available

get_timeout() float[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:TOUT
value: float = driver.configure.afRf.measurement.multiEval.get_timeout()

Defines a timeout for the measurement. The timer is started when the measurement is initiated via a READ or INIT command. It is not started if the measurement is initiated via the graphical user interface. The timer is reset after the first measurement cycle. If the first measurement cycle has not been completed when the timer expires, the measurement is stopped and the reliability indicator is set to 1. Still running READ, FETCh or CALCulate commands are completed, returning the available results. At least for some results, there are no values at all or the statistical depth has not been reached. A timeout of 0 s corresponds to an infinite measurement timeout.

return:

tcd_timeout: Unit: s

set_crepetition(continuous_repetition: bool) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:CREPetition
driver.configure.afRf.measurement.multiEval.set_crepetition(continuous_repetition = False)

Enables or disables the automatic configuration of the repetition mode. With enabled automatic configuration, the repetition mode of all measurements is set to ‘Continuous’ each time the instrument switches from remote operation to manual operation.

param continuous_repetition:

OFF | ON

set_mo_exception(meas_on_exception: bool) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:MOEXception
driver.configure.afRf.measurement.multiEval.set_mo_exception(meas_on_exception = False)

Specifies whether measurement results that the CMA identifies as faulty or inaccurate are rejected.

param meas_on_exception:

OFF | ON OFF Faulty results are rejected ON Results are never rejected

set_rcoupling(repetition_coupling: bool) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:RCOupling
driver.configure.afRf.measurement.multiEval.set_rcoupling(repetition_coupling = False)

Couples the repetition mode (single shot or continuous) of all measurements.

param repetition_coupling:

OFF | ON

set_repetition(repetition: Repeat) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:REPetition
driver.configure.afRf.measurement.multiEval.set_repetition(repetition = enums.Repeat.CONTinuous)

Selects whether the measurement is repeated continuously or not.

param repetition:

SINGleshot | CONTinuous SINGleshot Single-shot measurement, stopped after one measurement cycle CONTinuous Continuous measurement, running until explicitly terminated

set_sautomatic(start_meas_automatic: bool) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:SAUTomatic
driver.configure.afRf.measurement.multiEval.set_sautomatic(start_meas_automatic = False)

No command help available

param start_meas_automatic:

No help available

set_scondition(stop_condition: StopCondition) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:SCONdition
driver.configure.afRf.measurement.multiEval.set_scondition(stop_condition = enums.StopCondition.NONE)

Selects whether the measurement is stopped after a failed limit check or continued.

param stop_condition:

NONE | SLFail NONE Continue measurement irrespective of the limit check SLFail Stop measurement on limit failure

set_st_find(start_find: bool) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:STFind
driver.configure.afRf.measurement.multiEval.set_st_find(start_find = False)

No command help available

param start_find:

No help available

set_timeout(tcd_timeout: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:TOUT
driver.configure.afRf.measurement.multiEval.set_timeout(tcd_timeout = 1.0)

Defines a timeout for the measurement. The timer is started when the measurement is initiated via a READ or INIT command. It is not started if the measurement is initiated via the graphical user interface. The timer is reset after the first measurement cycle. If the first measurement cycle has not been completed when the timer expires, the measurement is stopped and the reliability indicator is set to 1. Still running READ, FETCh or CALCulate commands are completed, returning the available results. At least for some results, there are no values at all or the statistical depth has not been reached. A timeout of 0 s corresponds to an infinite measurement timeout.

param tcd_timeout:

Unit: s

Cloning the Group

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

Subgroups