2470 High Voltage SourceMeter Instrument Reference Manual
Section 14: TSP command reference
2470-901-01 Rev. A /
May
2019
14-203
trigger.digout[N].pulsewidth
This attribute describes the length of time that the trigger line is asserted for output triggers.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Restore configuration
Instrument reset
Power cycle
Digital I/O trigger
N
reset
Configuration script
10e-6 (10
µ
s)
Usage
width
= trigger.digout[
N
].pulsewidth
trigger.digout[
N
].pulsewidth =
width
width
The pulse width (0 to 100 ks)
N
Digital I/O trigger line (1 to 6)
Details
Setting the pulse width to zero (0) seconds asserts the trigger indefinitely. To release the trigger line,
use
trigger.digout[
N
].release()
.
Example
digio.line[4].mode = digio.MODE_TRIGGER_OUT
trigger.digout[4].pulsewidth = 20e-6
Sets the pulse width for trigger line 4 to
20
µ
s.
Also see
(on page 14-52)
Digital I/O port configuration
(on page 14-201)
(on page 14-204)