Keithley SourceMeter 2600 Series Reference Manual page 313

Table of Contents

Advertisement

Series 2600 System SourceMeters Reference Manual
display.trigger.clear
Function
Clears the front panel trigger event detector.
Usage
display.trigger.clear()
Remarks
The trigger event detector remembers if an event has been detected since the last
display.trigger.wait
discards the previous history of TRIG key presses.
Details
See
"Display
Also see
display.trigger.wait
display.trigger.wait
Function
Waits for the TRIG key on the front panel to be pressed.
Usage
triggered = display.trigger.wait(timeout)
timeout
triggered
• This function will wait for the TRIG key on the front panel to be pressed. If the trigger
Remarks
key was previously pressed and one or more trigger events were detected, this
function will return immediately.
• After waiting for a trigger with this function, the event detector will be automatically
reset and rearmed. This is true regardless of the number of events detected.
• Use the
Details
See
"Display
Also see
display.trigger.clear
Example
Waits up to five seconds for the TRIG key to be pressed:
triggered = display.trigger.wait(5)
print(triggered)
Output:
The above output indicates that the TRIG key was pressed (trigger detected) before
the five second timeout expired.
call. This function clears the trigger's event detector and
triggering" on
Section
Set timeout in seconds.
Returns a
true
operation timed out.
display.trigger.clear
triggering" on
Section
true
Return to
Instrument Control Library 12-39
14.
if a trigger was detected. Returns a
call to clear the trigger event detector.
14.
Section 12 topics
2600S-901-01 Rev. A / May 2006
if the
false

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents