Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-256 2600BS-901-01 Rev. F/August 2021
* Use the name of the trigger event ID to set the stimulus value rather than the numeric value. Using the name makes the
code compatible for future upgrades (for example, if the numeric values must change when enhancements are added to the
instrument).
smua.trigger.arm.stimulus = trigger.timer[1].EVENT_ID
An event on trigger timer 1 causes the arm event detector to enter the detected state.
Also see
Triggering (on page 4-1)
smuX.trigger.ARMED_EVENT_ID
This constant contains the number of the armed event.
Usage
eventID = smuX.trigger.ARMED_EVENT_ID
Source-measure unit (SMU) channel (for example,
smua.trigger.ARMED_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
armed events from this SMU.
Example
trigger.timer[1].stimulus = smua.trigger.ARMED_EVENT_ID
Trigger timer when the SMU passes through the arm layer.
Also see
Triggering (on page 4-1)