Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-48 2601B-PULSE-901-01A April 2020
Details
Setting the pulse width to zero (0) seconds asserts the trigger indefinitely. To release the trigger line,
use digio.trigger[N].release().
Example
digio.trigger[4].pulsewidth = 20e-6
Sets the pulse width for trigger line 4 to
20 μs.
Also see
digio.trigger[N].assert() (on page 11-44)
digio.trigger[N].release() (on page 11-48)
digio.trigger[N].reset() (on page 11-49)
digio.trigger[N].release()
This function releases an indefinite length or latched trigger.
Usage
digio.trigger[N].release()
Digital I/O trigger line (1 to 14)
Details
Releases a trigger that was asserted with an indefinite pulsewidth time. It also releases a trigger that
was latched in response to receiving a synchronous mode trigger. Only the specified trigger line is
affected.
Example
digio.trigger[4].release()
Releases digital I/O trigger line 4.
Also see
digio.trigger[N].assert() (on page 11-44)
digio.trigger[N].pulsewidth (on page 11-47)