Trigger.extin.wait() - Keithley DMM7510 Reference Manual

7 1/2 digit graphical sampling multimeter
Hide thumbs Also See for DMM7510:
Table of Contents

Advertisement

Section 8: TSP command reference
Details
If this is true, an event was ignored because the event detector was already in the detected state
when the event occurred.
This is an indication of the state of the event detector built into the line itself. It does not indicate if an
overrun occurred in any other part of the trigger model or in any other detector that is monitoring the
event.
Example
overrun = trigger.extin.overrun
print(overrun)
Also see
trigger.ext.reset()

trigger.extin.wait()

This function waits for a trigger.
Type
TSP-Link accessible
Function
Yes
Usage
triggered = trigger.extin.wait(timeout)
triggered
timeout
Details
This function pauses for up to timeout seconds for an input trigger. If one or more trigger events are
detected since the last time trigger.extin.wait() or trigger.extin.clear() was called,
this function returns a value immediately. After waiting for a trigger with this function, the event
detector is automatically reset and is ready to detect the next trigger. This is true regardless of the
number of events detected.
Example
triggered = trigger.extin.wait(3)
print(triggered)
Also see
trigger.extin.clear()
8-270
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
(on page 8-267)
Affected by
Trigger detected: true
No triggers detected during the timeout period: false
Timeout in seconds
(on page 8-268)
If there is no trigger overrun on the external
in, the output is:
false
Where saved
Default value
Waits up to 3 s for a trigger to be detected on the
external trigger line, then outputs the results.
Output if no trigger is detected:
false
Output if a trigger is detected:
true
DMM7510-901-01 Rev. B / May 2015

Advertisement

Table of Contents
loading

Table of Contents