Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-261
smua.trigger.SOURCE_COMPLETE_EVENT_ID
This constant contains the source complete event number.
Usage
eventID = smua.trigger.SOURCE_COMPLETE_EVENT_ID
The source action complete event number
Details
Set the stimulus of any trigger object to the value of this constant to have the trigger object respond to
source complete events from this source-measure unit (SMU).
Example
trigger.timer[1].stimulus = smua.trigger.SOURCE_COMPLETE_EVENT_ID
Trigger the timer when the SMU updates the source level or starts a pulse.
Also see
Triggering (on page 6-1)
smua.trigger.SWEEP_COMPLETE_EVENT_ID
This constant contains the sweep complete event number.
Usage
eventID = smua.trigger.SWEEP_COMPLETE_EVENT_ID
The sweep complete event number
Details
Set the stimulus of any trigger object to the value of this constant to have the trigger object respond to
sweep complete events from this SMU.
Example
digio.trigger[2].mode = digio.TRIG_RISINGA
digio.trigger[2].clear()
smua.trigger.source.stimulus = digio.trigger[2].EVENT_ID
digio.trigger[4].mode = digio.TRIG_RISINGM
digio.trigger[4].pulsewidth = 0.001
digio.trigger[4].stimulus = smua.trigger.SWEEP_COMPLETE_EVENT_ID
Configure the 2601B-PULSE to detect a rising edge on digital I/O line 2.
Configure SMU A to start its source action when a trigger event occurs on digital I/O line 2.
Configure digital I/O line 4 to output a 1 ms rising-edge trigger pulse at the completion of the SMU sweep.