Trigger.wait() - Keithley DMM7510 Reference Manual

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

Advertisement

Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Trigger events
Event description
No trigger event
Trigger event blender N (1 to 2), which combines trigger events
Trigger timer N (1 to 4) expired
Analog trigger
External in trigger
Example
print(trigger.tsplinkout[3].stimulus)
Also see
trigger.tsplinkout[N].assert()
tsplink.line[N].reset()

trigger.wait()

This function waits for a trigger event.
Type
TSP-Link accessible
Function
Yes
Usage
triggered = trigger.wait(timeout)
triggered
timeout
Details
This function waits up to timeout seconds for a trigger on the active command interface. A
command interface trigger occurs when:
A GPIB GET command is detected (GPIB only)
A VXI-11 device_trigger method is invoked (VXI-11 only)
A *TRG message is received
If one or more of these trigger events were previously 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.
Example
triggered = trigger.wait(10)
print(triggered)
Also see
trigger.clear()
DMM7510-901-01 Rev. B / May 2015
(on page 8-341)
(on page 8-349)
Affected by
A trigger was detected during the timeout period: true
No triggers were detected during the timeout period: false
Maximum amount of time in seconds to wait for the trigger
(on page 8-259)
Section 8: TSP command reference
Event constant
trigger.EVENT_NONE
trigger.EVENT_BLENDERN
trigger.EVENT_TIMERN
trigger.EVENT_ANALOGTRIGGER
trigger.EVENT_EXTERNAL
Outputs the event that will start action on
TSP-Link trigger line 3.
Where saved
Default value
Waits up to 10 s for a trigger.
If false is returned, no trigger was detected
during the 10 s timeout.
If true is returned, a trigger was detected.
8-345

Advertisement

Table of Contents
loading

Table of Contents