Section 8: TSP command reference
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
8-272
DMM7510-901-01 Rev. B / May 2015
Example
trigger.ext.reset()
trigger.extin.clear()
trigger.extout.logic = trigger.LOGIC_NEGATIVE
trigger.extout.stimulus = trigger.EVENT_EXTERNAL
trigger.extin.edge = trigger.EDGE_FALLING
Reset the external I/O port values to their defaults.
Clear any event triggers on the external in line.
Set the output logic to negative (it asserts a low pulse).
Set the stimulus to the external input.
Set the external input to detect a falling edge.
Also see
(on page 8-267)
trigger.extout.stimulus
This attribute selects the event that causes a trigger to be asserted on the external output line.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Restore configuration
Instrument reset
Power cycle
Digital I/O trigger
N
reset
Configuration script
trigger.EVENT_NONE
Usage
event
= trigger.extout.stimulus
trigger.extout.stimulus =
event
event
The event to use as a stimulus; see
Details