Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-152 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).
Setting this attribute to zero disables automatic trigger generation.
If any events are detected prior to calling lan.trigger[N].connect(), the event is ignored and
the action overrun is set.
Example
lan.trigger[5].stimulus = trigger.timer[1].EVENT_ID
Use timer 1 trigger event as the source for LAN packet 5 trigger stimulus.
Also see
lan.trigger[N].assert() (on page 9-144)
lan.trigger[N].clear() (on page 9-144)
lan.trigger[N].connect() (on page 9-145)
lan.trigger[N].overrun (on page 9-149)
lan.trigger[N].wait() (on page 9-152)
lan.trigger[N].wait()
This function waits for an input trigger.
Usage
triggered = lan.trigger[N].wait(timeout)
Trigger detection indication (true or false)
The trigger packet over LAN to wait for (1 to 8)
Maximum amount of time in seconds to wait for the trigger event