ConMeas

SCPI Command :

INITiate:CONMeas
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set() None[source]
# INITiate:CONMeas
driver.applications.k18AmplifierEt.initiate.conMeas.set()

Restarts a (single) measurement that has been stopped (using method RsFsw.#abort CMDLINKRESOLVED]) or finished in single sweep mode. The measurement is restarted at the beginning, not where the previous measurement was stopped. As opposed to [CMDLINKRESOLVED applications.k10Xlte.initiate.immediate.perform() , this command does not reset traces in maxhold, minhold or average mode. Therefore it can be used to continue measurements using maxhold or averaging functions.

set_with_opc(opc_timeout_ms: int = -1) None[source]
# INITiate:CONMeas
driver.applications.k18AmplifierEt.initiate.conMeas.set_with_opc()

Restarts a (single) measurement that has been stopped (using method RsFsw.#abort CMDLINKRESOLVED]) or finished in single sweep mode. The measurement is restarted at the beginning, not where the previous measurement was stopped. As opposed to [CMDLINKRESOLVED applications.k10Xlte.initiate.immediate.perform() , this command does not reset traces in maxhold, minhold or average mode. Therefore it can be used to continue measurements using maxhold or averaging functions.

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

Parameters:

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