Run

SCPI Commands :

RUNCont
RUNSingle
Commands in total: 2
Subgroups: 0
Direct child commands: 2
continuous() None[source]
# RUNCont
driver.run.continuous()

Starts the continuous acquisition.

single() None[source]
# RUNSingle
driver.run.single()

Starts a defined number of acquisition cycles. The number of cycles is set with method RsRtx.acquire.count() .

single_and_wait(opc_timeout_ms: int = -1) None[source]
# RUNSingle
driver.run.single_and_wait()

Starts a defined number of acquisition cycles. The number of cycles is set with method RsRtx.acquire.count() .

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

Parameters:

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