Immediate

SCPI Commands

INITiate:IMMediate
class ImmediateCls[source]

Immediate commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set() None[source]
# SCPI: INITiate[:IMMediate]
driver.applications.k70Vsa.initiate.immediate.set()

This command starts a (single) new measurement. For a statistics count > 0, this means a restart of the corresponding number of measurements. With trace mode MAXHold, MINHold and AVERage, the previous results are reset on restarting the measurement. You can synchronize to the end of the measurement with *OPC, *OPC? or *WAI. For details on synchronization see Remote control via SCPI.

set_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: INITiate[:IMMediate]
driver.applications.k70Vsa.initiate.immediate.set_with_opc()

This command starts a (single) new measurement. For a statistics count > 0, this means a restart of the corresponding number of measurements. With trace mode MAXHold, MINHold and AVERage, the previous results are reset on restarting the measurement. You can synchronize to the end of the measurement with *OPC, *OPC? or *WAI. For details on synchronization see Remote control via SCPI.

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

param opc_timeout_ms

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