Display.trigger.wait() - Keithley 2601B Reference Manual

2600b series system sourcemeter instrument
Hide thumbs Also See for 2601B:
Table of Contents

Advertisement

Section 7: TSP command reference
Usage
overrun = display.trigger.overrun
overrun
Details
Indicates if a trigger event was ignored because the event detector was already in the detected state when the
TRIG button was pressed.
Indicates the overrun state of the event detector built into the display.
This attribute does not indicate whether an overrun occurred in any other part of the trigger model or in any other
detector that is monitoring the event.
Example
overrun = display.trigger.overrun
Also see
display.trigger.clear()

display.trigger.wait()

This function waits for the TRIG key on the front panel to be pressed.
Type
TSP-Link accessible
Function
Yes
Usage
triggered = display.trigger.wait(timeout)
triggered
timeout
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)
Also see
display.trigger.clear()
7-80
Series 2600B System SourceMeter® Instrument Reference Manual
The trigger overrun state
(on page 7-79)
Affected by
true: Trigger was detected
false: The operation timed out
Timeout in seconds
(on page 7-79)
Sets the variable overrun equal to the
present state of the event detector built into
the display.
Where saved
Default value
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.
2600BS-901-01 Rev. B / May 2013

Advertisement

Table of Contents
loading

This manual is also suitable for:

2604b2614b2634b2635b2636b2602b ... Show all

Table of Contents