2600AS-901-01 Rev. B / September 2008 Return to Section Topics 19-35
Series 2600A System SourceMeter® Instruments Reference Manual Section 19: Remote Commands
digio.trigger[N].release
Replace N with the number of the digital I/O trigger line: 1 to 14.
Function Releases an indefinite length or latched trigger.
TSP-Link
accessibility
This function can be accessed from a remote TSP-Link node.
Usage digio.trigger[n].release()
n The trigger line.
Remarks • Releases a trigger that was asserted with an indefinite pulse width, as well as a trigger that was
latched in response to receiving a synchronous mode trigger.
Details See Controlling digital I/O lines in Section 8.
Also see digio.trigger[N].pulsewidth
Example Releases trigger line 4:
digio.trigger[4].release()
digio.trigger[N].stimulus
Replace N with the number of the digital I/O trigger line: 1 to 14.
Attribute Selects the event used to generate a trigger.
Default 0
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage stimulus = digio.trigger[n].stimulus -- Reads stimulus event.
digio.trigger[n].stimulus = stimulus -- Writes stimulus event.
n The number of the trigger line.
stimulus The identifier for the triggering event.
Remarks • Use this attribute to select an event that triggers the digital output line.
• Set this attribute to 0 (zero) to disable automatic trigger output.
• Do not use the stimulus attribute for generating output triggers under script control. Use
digio.trigger[n].assert instead.
Also see digio.trigger[N].clear