Move

SCPI Command :

IMPort:VIEW:MOVE:STARt
class MoveCls[source]

Move commands group definition. 4 total commands, 3 Subgroups, 1 group commands

start() None[source]
# SCPI: IMPort:VIEW:MOVE:STARt
driver.importPy.view.move.start()

Goes to the first/next/previous/last page.

start_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: IMPort:VIEW:MOVE:STARt
driver.importPy.view.move.start_with_opc()

Goes to the first/next/previous/last page.

Same as start, but waits for the operation to complete before continuing further. Use the RsPulseSeq.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.importPy.view.move.clone()

Subgroups