Sequencer

SCPI Command :

TRIGger:GPRF:GENerator<Instance>:SEQuencer:TOUT
class SequencerCls[source]

Sequencer commands group definition. 6 total commands, 3 Subgroups, 1 group commands

get_timeout() float[source]
# SCPI: TRIGger:GPRF:GENerator<Instance>:SEQuencer:TOUT
value: float or bool = driver.trigger.sequencer.get_timeout()

Sets a timeout for waiting for a trigger event for ‘List Increment’ = ‘MEASUREMENT’ and ‘TRIGGER’.

return:

timeout: (float or boolean) float | ON | OFF Range: 0.01 s to 300 s, Unit: s ON | OFF enables or disables the timeout check.

set_timeout(timeout: float) None[source]
# SCPI: TRIGger:GPRF:GENerator<Instance>:SEQuencer:TOUT
driver.trigger.sequencer.set_timeout(timeout = 1.0)

Sets a timeout for waiting for a trigger event for ‘List Increment’ = ‘MEASUREMENT’ and ‘TRIGGER’.

param timeout:

(float or boolean) float | ON | OFF Range: 0.01 s to 300 s, Unit: s ON | OFF enables or disables the timeout check.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.trigger.sequencer.clone()

Subgroups