Trigger.timer[N].Wait() - Keithley 708B Reference Manual

Switching matrix
Hide thumbs Also See for 708B:
Table of Contents

Advertisement

Models 707B and 708B Switching Matrix Reference Manual
Set this attribute to the eventID of any trigger event to wait for that event.
Use zero to disable event processing.
Use trigger event ID rather than the numeric value to set the stimulus value. This will help make the
code compatible with future upgrades.
Example
print(trigger.timer[1].stimulus)
Also see
trigger.timer[N].reset()

trigger.timer[N].wait()

This function waits for a trigger.
Type
TSP-Link accessible
Function
Yes
Usage
triggered = trigger.timer[N].wait(timeout)
triggered
N
timeout
Details
If one or more trigger events were detected since the last time trigger.timer[N].wait() or
trigger.timer[N].clear() was called, 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.timer[3].wait(10)
print(triggered)
Also see
trigger.timer[N].clear()
707B-901-01 Rev. A / August 2010
(on page 7-211)
Affected by
Trigger detection indication
Trigger timer number (1 to 4)
Maximum amount of time in seconds to wait for the trigger
(on page 7-207)
NOTE
Prints the event that will start a trigger 1
timer action.
Where saved
Default value
Waits up to 10 seconds for a trigger
on timer 3.
If false is returned, no trigger was
detected during the 10-second
timeout.
If true is returned, a trigger was
detected.
Section 7: Command reference
7-213

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

707b

Table of Contents