Trigger.tsplinkin[N].Edge - Keithley DMM7510 Reference Manual

7 1/2 digit graphical sampling multimeter
Hide thumbs Also See for DMM7510:
Table of Contents

Advertisement

Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Details
The trigger event detector enters the detected state when an event is detected. When this command
is sent, the instrument does the following actions:
Clears the trigger event detector
Discards the history of the trigger line
Clears the trigger.tsplinkin[N].overrun attribute
Example
tsplink.line[2].mode =
tsplink.MODE_TRIGGER_OPEN_DRAIN
trigger.tsplinkin[2].clear()
Also see
trigger.tsplinkin[N].overrun
tsplink.line[N].mode

trigger.tsplinkin[N].edge

This attribute indicates which trigger edge controls the trigger event detector for a trigger line.
Type
TSP-Link accessible
Attribute (RW)
Yes
Usage
detectedEdge = trigger.tsplinkin[N].edge
trigger.tsplinkin[N].edge = detectedEdge
detectedEdge
N
Details
When the edge is detected, the instrument asserts a TTL-low pulse for the output.
The output state of the I/O line is controlled by the trigger logic. The user-specified output state of the
line is ignored.
Example
tsplink.line[3].mode = tsplink.MODE_TRIGGER_OPEN_DRAIN
trigger.tsplinkin[3].edge = trigger.EDGE_RISING
Also see
digio.writeport()
tsplink.line[N].mode
tsplink.line[N].reset()
DMM7510-901-01 Rev. B / May 2015
(on page 8-340)
(on page 8-348)
Affected by
Restore configuration
Instrument reset
Power cycle
TSP-Link line N reset
The trigger mode:
Detect falling-edge triggers as inputs: trigger.EDGE_FALLING
Detect rising-edge triggers as inputs: trigger.EDGE_RISING
Detect either falling or rising-edge triggers as inputs: trigger.EDGE_EITHER
The trigger line (1 to 3)
(on page 8-56)
(on page 8-348)
(on page 8-349)
Section 8: TSP command reference
Clears the trigger event on TSP-
Link line 2.
Where saved
Default value
Configuration script
trigger.EDGE_FALLING
Sets synchronization line 3 to
detect rising edge triggers as input.
8-339

Advertisement

Table of Contents
loading

Table of Contents