Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-418 3700AS-901-01 Rev. D/June 2018
Details
The eventID parameter may be one of the trigger event IDs shown in the following table.
channel.trigger[N].EVENT_ID
A channel trigger event starts the scan.
digio.trigger[N].EVENT_ID
An edge (either rising, falling, or either based on the
configuration of the line) on the digital input line.
The trigger key on the front panel is pressed.
dmm.trigger.EVENT_LIMIT1_HIGH
A DMM trigger event that indicates a measurement
exceeded the high limit value on limit 1.
dmm.trigger.EVENT_LIMIT1_LOW
A DMM trigger event that indicates a measurement
exceeded the low limit value on limit 1.
dmm.trigger.EVENT_LIMIT2_HIGH
A DMM trigger event that indicates a measurement
exceeded the high limit value on limit 2.
dmm.trigger.EVENT_LIMIT2_LOW
A DMM trigger event that indicates a measurement
exceeded the low limit value on limit 2.
A *trg message on the active command interface. If
GPIB is the active command interface, a GET
message also generates this event.
trigger.blender[N].EVENT_ID
A combination of events has occurred.
trigger.timer[N].EVENT_ID
tsplink.trigger[N].EVENT_ID
An edge (either rising, falling, or either based on the
configuration of the line) on the TSP-Link trigger line.
A LAN trigger event occurred.
scan.trigger.EVENT_SCAN_READY
scan.trigger.EVENT_SCAN_START
scan.trigger.EVENT_CHANNEL_READY
scan.trigger.EVENT_MEASURE_COMP
scan.trigger.EVENT_SEQUENCE_COMP
scan.trigger.EVENT_SCAN_COMP
schedule.alarm[N].EVENT_ID
A scan starts when alarm N fires.
Set this attribute to the eventID of any trigger event to wait for that event.
Use zero (0) to disable event processing.
Example
print(trigger.timer[1].stimulus)
Prints the event that will start a trigger 1
timer action.
Also see
trigger.timer[N].reset() (on page 11-416)