Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-56 2600BS-901-01 Rev. F/August 2021
Also see
digio.trigger[N].pulsewidth (on page 9-59)
digio.trigger[N].clear()
This function clears the trigger event on a digital I/O line. This command is not available on the 2604B, 2614B, or
2634B.
Usage
digio.trigger[N].clear()
Digital I/O trigger line (1 to 14)
Details
The event detector of a trigger enters the detected state when an event is detected. It is cleared when
digio.trigger[N].wait() or digio.trigger[N].clear() is called.
digio.trigger[N].clear() clears the event detector of the specified trigger line, discards the
history of the trigger line, and clears the digio.trigger[N].overrun attribute.
Example
Clears the trigger event detector on I/O line 2.
Also see
digio.trigger[N].overrun (on page 9-58)
digio.trigger[N].wait() (on page 9-62)
digio.trigger[N].EVENT_ID
This constant identifies the trigger event generated by the digital I/O line N. This command is not available on the
2604B, 2614B, or 2634B.
Usage
eventID = digio.trigger[N].EVENT_ID
Digital I/O trigger line (1 to 14)
Details
To have another trigger object respond to trigger events generated by the trigger line, set the stimulus
attribute of the other object to the value of this constant.