Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-375
Example
tsplink.trigger[3].reset()
Resets TSP-Link trigger line 3 attributes back to factory default values.
Also see
tsplink.trigger[N].mode (on page 11-371)
tsplink.trigger[N].overrun (on page 11-372)
tsplink.trigger[N].pulsewidth (on page 11-373)
tsplink.trigger[N].stimulus (on page 11-375)
tsplink.trigger[N].stimulus
This attribute specifies the event that causes the synchronization line to assert a trigger.
Instrument reset
Recall setup
TSP-Link trigger N reset
Usage
eventID = tsplink.trigger[N].stimulus
tsplink.trigger[N].stimulus = eventID
The event identifier for the triggering event
The trigger line (1 to 3)
Details
To disable automatic trigger assertion on the synchronization line, set this attribute to zero (0).
Do not use this attribute when triggering under script control. Use
tsplink.trigger[N].assert() instead.
The eventID parameter may be one of the existing trigger event IDs shown in the following table.
smua.trigger.SWEEPING_EVENT_ID
Occurs when the source-measure unit (SMU) transitions
from the idle state to the arm layer of the trigger model
smua.trigger.ARMED_EVENT_ID
Occurs when the SMU moves from the arm layer to the
trigger layer of the trigger model
smua.trigger.SOURCE_COMPLETE_EVENT_ID
Occurs when the SMU completes a source action
smua.trigger.MEASURE_COMPLETE_EVENT_ID
Occurs when the SMU completes a measurement action
smua.trigger.PULSE_COMPLETE_EVENT_ID
Occurs when the SMU completes a pulse
smua.trigger.SWEEP_COMPLETE_EVENT_ID
Occurs when the SMU completes a sweep
smua.trigger.IDLE_EVENT_ID
Occurs when the SMU returns to the idle state
digio.trigger[N].EVENT_ID
Occurs when an edge is detected on a digital I/O line
tsplink.trigger[N].EVENT_ID
Occurs when an edge is detected on a TSP-Link line
Occurs when the appropriate LXI trigger packet is
received on LAN trigger object N
Occurs when the TRIG key on the front panel is pressed