Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-44 2601B-PULSE-901-01A April 2020
digio.trigger[N].assert()
This function asserts a trigger pulse on one of the digital I/O lines.
Usage
digio.trigger[N].assert()
Digital I/O trigger line (1 to 14)
Details
The pulse width that is set determines how long the instrument asserts the trigger.
Example
digio.trigger[2].assert()
Asserts a trigger on digital I/O line 2.
Also see
digio.trigger[N].pulsewidth (on page 11-47)
digio.trigger[N].clear()
This function clears the trigger event on a digital I/O line.
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 11-47)
digio.trigger[N].wait() (on page 11-51)