Enable

SCPI Command :

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

If set to ON, the instrument waits for the time defined using method RsRtx.trigger.sequence.reset.timeout.time.set() for the specified number of B-events. If no trigger occurs during that time, the sequence is restarted with the A-event.

Parameters:

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

set(enab_rst_by_tout: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:SEQuence:RESet:TIMeout[:ENABle]
driver.trigger.sequence.reset.timeout.enable.set(enab_rst_by_tout = False, trigger = repcap.Trigger.Default)

If set to ON, the instrument waits for the time defined using method RsRtx.trigger.sequence.reset.timeout.time.set() for the specified number of B-events. If no trigger occurs during that time, the sequence is restarted with the A-event.

Parameters:
  • enab_rst_by_tout – OFF | ON

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