Tektronix KEITHLEY SourceMeter 2606B Reference Manual page 435

Table of Contents

Advertisement

Section 15: TSP command reference
Example 1
digio.trigger[3].stimulus = 0
Example 2
digio.trigger[3].stimulus =
smua.trigger.SOURCE_COMPLETE_EVENT_ID
Also see
digio.trigger[N].assert()
digio.trigger[N].clear()
digio.trigger[N].reset()
digio.trigger[N].wait()
This function waits for a trigger.
Type
TSP-Link accessible
Function
Yes
Usage
triggered = digio.trigger[N].wait(timeout)
triggered
N
timeout
Details
This function pauses trigger operation up to the seconds set by timeout for an input trigger. If one or
more trigger events are detected since the last time digio.trigger[N].wait() or
digio.trigger[N].clear() was called, this function returns a value immediately. After waiting
for a trigger with this function, the event detector is automatically reset and ready to detect the next
trigger. This is true regardless of the number of events detected.
Example
triggered = digio.trigger[4].wait(3)
print(triggered)
Waits up to three seconds for a trigger to be detected on trigger line 4, then outputs the results.
Output if no trigger is detected:
false
Output if a trigger is detected:
true
Also see
digio.trigger[N].clear()
15-62
Model 2606B System SourceMeter® Instrument Reference Manual
(on page 15-55)
(on page 15-56)
(on page 15-60)
Affected by
The value is true if a trigger is detected, or false if no triggers are detected during
the timeout period
Digital I/O trigger line (1 to 14)
Timeout in seconds
(on page 15-56)
Where saved
Default value
2606B-901-01 Rev. C November 2021
Clear the trigger
stimulus of digital
I/O line 3.
Set the trigger
stimulus of digital
I/O line 3 to be the
source complete
event.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the KEITHLEY SourceMeter 2606B and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents