7: TSP command reference Series 2600B System SourceMeter® Instrument
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
. If not, the output is
.
Also see
display.trigger.clear() (on page 7-86)