14: TSP command reference 2470 High Voltage SourceMeter Instrument
14-266 2470-901-01 Rev. A / May 2019
trigger.tsplinkout[N].pulsewidth
This attribute sets 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
Configuration script
10e-6 (10 µs)
Usage
width = trigger.tsplinkout[N].pulsewidth
trigger.tsplinkout[N].pulsewidth = width
The pulse width (0.0 to 100 ks)
The trigger line (1 to 3)
Details
Setting the pulse width to 0 asserts the trigger indefinitely.
Example
tsplink.line[3].mode = tsplink.MODE_TRIGGER_OPEN_DRAIN
trigger.tsplinkout[3].pulsewidth = 20e-6
Sets pulse width for trigger line 3 to
20 μs.
Also see
trigger.tsplinkout[N].assert() (on page 14-264)
trigger.tsplinkout[N].release() (on page 14-266)
tsplink.line[N].mode (on page 14-271)
trigger.tsplinkout[N].release()
This function releases a latched trigger on the given TSP-Link trigger line.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
trigger.tsplinkout[N].release()
The trigger line (1 to 3)
Details
Releases a trigger that was asserted with an indefinite pulse width. It also releases a trigger that was
latched in response to receiving a synchronous mode trigger.