Series 2600B System SourceMeter® instrument Reference Manual Section 9: TSP command reference
2600BS-901-01 Rev. F/August 2021 9-59
Also see
digio.trigger[N].clear() (on page 9-56)
digio.trigger[N].reset() (on page 9-60)
digio.trigger[N].pulsewidth
This attribute describes the length of time that the trigger line is asserted for output triggers. This command is not
available on the 2604B, 2614B, or 2634B.
Instrument reset
Digital I/O trigger N reset
Recall setup
Usage
width = digio.trigger[N].pulsewidth
digio.trigger[N].pulsewidth = width
The pulse width (seconds)
Digital I/O trigger line (1 to 14)
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 9-55)
digio.trigger[N].release() (on page 9-59)
digio.trigger[N].reset() (on page 9-60)
digio.trigger[N].release()
This function releases an indefinite length or latched trigger. This command is not available on the 2604B, 2614B,
or 2634B.
Usage
digio.trigger[N].release()
Digital I/O trigger line (1 to 14)