Series 2600B System SourceMeter® instrument Reference Manual Section 9: TSP command reference
2600BS-901-01 Rev. F/August 2021 9-269
smuX.trigger.MEASURE_COMPLETE_EVENT_ID
This constant contains the measurement complete event number.
Usage
eventID = smuX.trigger.MEASURE_COMPLETE_EVENT_ID
The measurement complete event number
Source-measure unit (SMU) channel (for example,
smua.trigger.MEASURE_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
measure complete events from this SMU.
Example
trigger.timer[1].stimulus = smuX.trigger.MEASURE_COMPLETE_EVENT_ID
Trigger the timer when the SMU completes a measurement.
Also see
Triggering (on page 4-1)
smuX.trigger.PULSE_COMPLETE_EVENT_ID
This constant contains the pulse complete event number.
Usage
eventID = smuX.trigger.PULSE_COMPLETE_EVENT_ID
The pulse complete event number
Source-measure unit (SMU) channel (for example,
smua.trigger.PULSE_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
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 4-1)