Series 2600B System SourceMeter® Instrument Reference Manual
Section 7: TSP command reference
2600BS-901-01 Rev. C / August 2016
7-59
Details
Setting
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
(on page 7-60)
(on page 7-59)
digio.trigger[N].release()
This function releases an indefinite length or latched trigger. This function is not available on the Models
2604B/2614B/2634B.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
digio.trigger[
N
].release()
N
Digital I/O trigger line (1 to 14)
Details
Releases a trigger that was asserted with an indefinite pulse width 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