Section 8: TSP command reference
Model 2461 Interactive SourceMeter® Instrument Reference Manual
8-314
2461-901-01 A/November 2015
Example
tsplink.line[3].mode = tsplink.MODE_TRIGGER_OPEN_DRAIN
trigger.tsplinkout[3].logic = trigger.LOGIC_POSITIVE
Sets the trigger logic for
synchronization line 3 to output a
positive pulse.
Also see
trigger.tsplinkout[N].assert()
(on page 8-313)
(on page 8-319)
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
TSP-Link line
N
reset
Configuration script
10e-6 (10
µ
s)
Usage
width
= trigger.tsplinkout[
N
].pulsewidth
trigger.tsplinkout[
N
].pulsewidth =
width
width
The pulse width (0.0 to 100 ks)
N
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 8-313)
trigger.tsplinkout[N].release()
(on page 8-315)
(on page 8-319)