Series 2600B System SourceMeter® instrument Reference Manual Section 9: TSP command reference
2600BS-901-01 Rev. F/August 2021 9-277
Occurs when a *TRG command is received on the
remote interface
GPIB only: Occurs when a GET bus command is
received
USB only: Occurs when a USBTMC TRIGGER message
is received
VXI-11 only: Occurs with the VXI-11 command
device_trigger; reference the VXI-11 standard for
additional details on the device trigger operation
trigger.blender[N].EVENT_ID
Occurs after a collection of events is detected
trigger.timer[N].EVENT_ID
Occurs when a delay expires
trigger.generator[N].EVENT_ID
Occurs when the trigger.generator[N].assert()
function is executed
* 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.source.stimulus = digio.trigger[2].EVENT_ID
Configure SMU channel A to start its source action when a trigger event occurs on digital I/O line 2.
Also see
Triggering (on page 4-1)
smuX.trigger.SOURCE_COMPLETE_EVENT_ID
This constant contains the source complete event number.
Usage
eventID = smuX.trigger.SOURCE_COMPLETE_EVENT_ID
The source action complete event number
Source-measure unit (SMU) channel (for example,
smua.trigger.SOURCE_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
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 4-1)