2470 High Voltage SourceMeter Instrument Reference Manual
Section 14: TSP command reference
2470-901-01 Rev. A /
May
2019
14-267
Example
tsplink.line[3].mode = tsplink.MODE_TRIGGER_OPEN_DRAIN
trigger.tsplinkout[3].release()
Releases trigger line 3.
Also see
trigger.tsplinkout[N].assert()
(on page 14-264)
(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
TSP-Link line
N
reset
Configuration script
trigger.EVENT_NONE
Usage
event
= trigger.tsplinkout[
N
].stimulus
trigger.tsplinkout[
N
].stimulus =
event
event
The event identifier for the triggering event (see
Details
)
N
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
Trigger event blender
N
(1 to 2), which combines trigger
events
trigger.EVENT_BLENDER
N
A command interface trigger:
Any remote interface: *
TRG
GPIB only: GET bus command
USB only: A USBTMC TRIGGER message
VXI-11: VXI-11 command
device_trigger
trigger.EVENT_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)
trigger.EVENT_DIGIO
N
Front-panel TRIGGER key press
trigger.EVENT_DISPLAY
Appropriate LXI trigger packet is received on LAN trigger
object
N
(1 to 8)
trigger.EVENT_LAN
N
No trigger event
trigger.EVENT_NONE