Sequence

SCPI Commands

ARBitrary:SEQuence:REPetitions
ARBitrary:SEQuence:ENDPoint
ARBitrary:SEQuence:CLEar
class SequenceCls[source]

Sequence commands group definition. 5 total commands, 2 Subgroups, 3 group commands

clear() None[source]
# SCPI: ARBitrary:SEQuence:CLEar
driver.arbitrary.sequence.clear()

Clears the arbitrary sequence.

clear_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: ARBitrary:SEQuence:CLEar
driver.arbitrary.sequence.clear_with_opc()

Clears the arbitrary sequence.

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

param opc_timeout_ms

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

get_endpoint() int[source]
# SCPI: ARBitrary:SEQuence:ENDPoint
value: int = driver.arbitrary.sequence.get_endpoint()

Queries the total number of points of the arbitrary sequence.

return

result: No help available

get_repetitions() int[source]
# SCPI: ARBitrary:SEQuence:REPetitions
value: int = driver.arbitrary.sequence.get_repetitions()

Sets or queries the number of repetitions of the arbitrary sequence

return

arg_0: No help available

set_repetitions(arg_0: int) None[source]
# SCPI: ARBitrary:SEQuence:REPetitions
driver.arbitrary.sequence.set_repetitions(arg_0 = 1)

Sets or queries the number of repetitions of the arbitrary sequence

param arg_0

No help available

Subgroups