Trigger.tsplinkout[N].Assert() - Keithley 2450 Reference Manual

Interactive sourcemeter instrument
Table of Contents

Advertisement

Model 2450 Interactive SourceMeter® Instrument Reference Manual
Details
This function waits up to the timeout value for an input trigger. If one or more trigger events are detected since
the last time this command or trigger.tsplinkin[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
tsplink.line[3].mode = tsplink.MODE_TRIGGER_OPEN_DRAIN
triggered = trigger.tsplinkin[3].wait(10)
print(triggered)
Also see
trigger.tsplinkin[N].clear()
tsplink.line[N].mode

trigger.tsplinkout[N].assert()

This function simulates the occurrence of the trigger and generates the corresponding trigger event.
Type
TSP-Link accessible
Function
Yes
Usage
trigger.tsplinkout[N].assert()
N
Details
Initiates a trigger event and does not wait for completion. The set pulse width determines how long the trigger is
asserted.
Example
tsplink.line[2].mode = tsplink.MODE_TRIGGER_OPEN_DRAIN
trigger.tsplinkout[2].assert()
Also see
tsplink.line[N].mode
2450-901-01 Rev. B/September 2013
(on page 8-224)
(on page 8-232)
Affected by
The trigger line (1 to 3)
(on page 8-232)
Section 8: TSP command reference
Waits up to 10 seconds for a
trigger on TSP-Link
If false is returned, no trigger
was detected during the 10-
second timeout.
If true is returned, a trigger was
detected.
Where saved
Default value
Asserts trigger on trigger
line 2.
®
line 3.
8-227

Advertisement

Table of Contents
loading

Table of Contents