Time

SCPI Command :

TRIGger<*>:SEQuence:RESet:TIMeout:TIME
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) float[source]
# TRIGger<*>:SEQuence:RESet:TIMeout:TIME
value: float = driver.trigger.sequence.reset.timeout.time.get(trigger = repcap.Trigger.Default)

The time the instrument waits for the number of B-events specified using method RsRtx.trigger.sequence.count.set() before the sequence is restarted with the A-event.

Parameters:

trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

Returns:

reset_timeout: 0 to 50

set(reset_timeout: float, trigger=Trigger.Default) None[source]
# TRIGger<*>:SEQuence:RESet:TIMeout:TIME
driver.trigger.sequence.reset.timeout.time.set(reset_timeout = 1.0, trigger = repcap.Trigger.Default)

The time the instrument waits for the number of B-events specified using method RsRtx.trigger.sequence.count.set() before the sequence is restarted with the A-event.

Parameters:
  • reset_timeout – 0 to 50

  • trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)