Load

SCPI Command :

SYNChronize:LOAD:ABORt
Commands in total: 3
Subgroups: 2
Direct child commands: 1
abort() None[source]
# SYNChronize:LOAD:ABORt
driver.synchronize.load.abort()

Terminates the getting of signals.

abort_and_wait(opc_timeout_ms: int = -1) None[source]
# SYNChronize:LOAD:ABORt
driver.synchronize.load.abort_and_wait()

Terminates the getting of signals.

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

Parameters:

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

Cloning the Group

# Create a copy of the original group, that exists independently
load_copy = driver.synchronize.load.clone()

Subgroups