High Voltage SourceMeter Instrument Reference Manual Section 14:
2470-901-01 Rev. A / May 2019 14-267
Example
tsplink.line[3].mode = tsplink.MODE_TRIGGER_OPEN_DRAIN
trigger.tsplinkout[3].release()
Also see
trigger.tsplinkout[N].assert() (on page 14-264)
tsplink.line[N].mode (on page 14-271)
trigger.tsplinkout[N].stimulus
This attribute specifies the event that causes the synchronization line to assert a trigger.
Type TSP-Link accessible Affected by Where saved Default value
Attribute (RW) Yes Restore configuration
Instrument reset
Power cycle
Configuration script trigger.EVENT_NONE
Usage
event = trigger.tsplinkout[N].stimulus
trigger.tsplinkout[N].stimulus = event
The event identifier for the triggering event (see Details)
The trigger line (1 to 3)
Details
To disable automatic trigger assertion on the synchronization line, set this attribute to
trigger.EVENT_NONE.
Do not use this attribute when triggering under script control. Use
trigger.tsplinkout[N].assert() instead.
The event parameters that you can use are described in the table below.
Trigger events
Event description Event constant
N
(1 to 2), which combines trigger
events
A command interface trigger:
ï‚§ Any remote interface: *TRG
ï‚§ GPIB only: GET bus command
ï‚§ USB only: A USBTMC TRIGGER message
ï‚§ VXI-11: VXI-11 command
Digital input line edge (either rising, falling, or either based on
the configuration of the line) detected on digital input line N
(1 to 6)
Front-panel TRIGGER key press
Appropriate LXI trigger packet is received on LAN trigger
object
N