Time

SCPI Command :

TRIGger:EVENt<*>:TIMeout:TIME
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(evnt=Evnt.Default) float[source]
# TRIGger:EVENt<*>:TIMeout:TIME
value: float = driver.trigger.event.timeout.time.get(evnt = repcap.Evnt.Default)

Sets the time limit for the timeout at which the instrument triggers.

Parameters:

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

Returns:

time: 1E-10 to 10000

set(time: float, evnt=Evnt.Default) None[source]
# TRIGger:EVENt<*>:TIMeout:TIME
driver.trigger.event.timeout.time.set(time = 1.0, evnt = repcap.Evnt.Default)

Sets the time limit for the timeout at which the instrument triggers.

Parameters:
  • time – 1E-10 to 10000

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