Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-62 2600BS-901-01 Rev. F/August 2021
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).
digio.trigger[3].stimulus = 0
Clear the trigger stimulus of digital I/O line 3.
digio.trigger[3].stimulus = smua.trigger.SOURCE_COMPLETE_EVENT_ID
Set the trigger stimulus of digital I/O line 3 to be the source complete event.
Also see
digio.trigger[N].assert() (on page 9-55)
digio.trigger[N].clear() (on page 9-56)
digio.trigger[N].reset() (on page 9-60)
digio.trigger[N].wait()
This function waits for a trigger. This command is not available on the 2604B, 2614B, or 2634B.
Usage
triggered = digio.trigger[N].wait(timeout)
The value is true if a trigger is detected, or false if no triggers are detected during
the timeout period
Digital I/O trigger line (1 to 14)
Details
This function pauses trigger operation up to the seconds set by timeout for an input trigger. If one or
more trigger events are detected since the last time digio.trigger[N].wait() or
digio.trigger[N].clear() was called, this function returns a value immediately. After waiting