MultiEval

SCPI Command:

INITiate:AFRF:MEASurement<Instance>:MEValuation
STOP:AFRF:MEASurement<Instance>:MEValuation
ABORt:AFRF:MEASurement<Instance>:MEValuation
class MultiEvalCls[source]

MultiEval commands group definition. 532 total commands, 13 Subgroups, 3 group commands

abort(opc_timeout_ms: int = -1) None[source]
# SCPI: ABORt:AFRF:MEASurement<Instance>:MEValuation
driver.afRf.measurement.multiEval.abort()

Stops the analyzer.

param opc_timeout_ms:

Maximum time to wait in milliseconds, valid only for this call.

initiate(opc_timeout_ms: int = -1) None[source]
# SCPI: INITiate:AFRF:MEASurement<Instance>:MEValuation
driver.afRf.measurement.multiEval.initiate()

Starts or continues the analyzer.

param opc_timeout_ms:

Maximum time to wait in milliseconds, valid only for this call.

stop() None[source]
# SCPI: STOP:AFRF:MEASurement<Instance>:MEValuation
driver.afRf.measurement.multiEval.stop()

Pauses the analyzer.

stop_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: STOP:AFRF:MEASurement<Instance>:MEValuation
driver.afRf.measurement.multiEval.stop_with_opc()

Pauses the analyzer.

Same as stop, but waits for the operation to complete before continuing further. Use the RsCma.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms:

Maximum time to wait in milliseconds, valid only for this call.

Cloning the Group

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

Subgroups