Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-278 2600BS-901-01 Rev. F/August 2021
smuX.trigger.SWEEP_COMPLETE_EVENT_ID
This constant contains the sweep complete event number.
Usage
eventID = smuX.trigger.SWEEP_COMPLETE_EVENT_ID
The sweep complete event number
Source-measure unit (SMU) channel (for example,
smua.trigger.SWEEP_COMPLETE_EVENT_ID applies to SMU channel A)
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 2600B 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.
Also see
Triggering (on page 4-1)
smuX.trigger.SWEEPING_EVENT_ID
This constant contains the sweeping event number.
Usage
eventID = smuX.trigger.SWEEPING_EVENT_ID
The sweeping event number
Source-measure unit (SMU) channel (for example,
smua.trigger.SWEEPING_EVENT_ID applies to SMU channel A)
Details
Set the stimulus of any trigger object to the value of this constant to have the trigger object respond to
sweeping events from this SMU.