![Keithley SourceMeter 2600B Series Reference Manual Download Page 427](http://html2.mh-extra.com/html/keithley/sourcemeter-2600b-series/sourcemeter-2600b-series_reference-manual_4085220427.webp)
Section 7: TSP command reference
Series 2600B System SourceMeter® Instrument Reference Manual
7-88
2600BS-901-01 Rev. C / August 2016
Details
If the trigger key was previously pressed and one or more trigger events were detected, this function
returns immediately.
After waiting for a trigger with this function, the event detector is automatically reset and rearmed.
This is true regardless of the number of events detected.
Use the
display.trigger.clear()
call to clear the trigger event detector.
Example
triggered = display.trigger.wait(5)
print(triggered)
Waits up to five seconds for the TRIG key to be
pressed. If TRIG is pressed within five seconds,
the output is
true
. If not, the output is
false
.
Also see
(on page 7-86)