Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-252 2601B-PULSE-901-01A April 2020
smua.trigger.MEASURE_COMPLETE_EVENT_ID
This constant contains the measurement complete event number.
Usage
eventID = smua.trigger.MEASURE_COMPLETE_EVENT_ID
The measurement complete event number
Details
Set the stimulus of any trigger object to the value of this constant to have the trigger object respond to
measure complete events from this SMU.
Example
trigger.timer[1].stimulus = smua.trigger.MEASURE_COMPLETE_EVENT_ID
Trigger the timer when the SMU completes a measurement.
Also see
Triggering (on page 6-1)
smua.trigger.PULSE_COMPLETE_EVENT_ID
This constant contains the pulse complete event number.
Usage
eventID = smua.trigger.PULSE_COMPLETE_EVENT_ID
The pulse complete event number
Details
Set the stimulus of any trigger object to the value of this constant to have the trigger object respond to
pulse complete events.
Example
trigger.timer[1].stimulus = smua.trigger.PULSE_COMPLETE_EVENT_ID
Trigger a timer when the SMU completes a pulse.
Also see
Triggering (on page 6-1)