Trigger.extin.clear() - Keithley DMM7510 Reference Manual

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

Advertisement

Section 8: TSP command reference
Example
-- Set the external I/O trigger line for a falling edge
trigger.extin.edge = trigger.EDGE_RISING
-- Set the logic to negative
trigger.extout.logic = trigger.LOGIC_NEGATIVE
--Set the stimulus to timer 3
trigger.extout.stimulus = trigger.EVENT_TIMER3
-- Print configuration (before reset)
print(trigger.extin.edge, trigger.extout.logic, trigger.extout.stimulus)
-- Reset the external in/out line to default values.
trigger.ext.reset()
-- Print configuration (after reset)
print(trigger.extin.edge, trigger.extout.logic, trigger.extout.stimulus)
Output before reset:
trigger.EDGE_RISING
Output after reset:
trigger.EDGE_FALLING
Also see
trigger.extin.edge
trigger.extout.logic
trigger.extout.stimulus

trigger.extin.clear()

This function clears the trigger event on the external in line.
Type
TSP-Link accessible
Function
Yes
Usage
trigger.extin.clear()
Details
The event detector of a trigger enters the detected state when an event is detected. This command
clears the event detector, discards the history, and clears the overrun status (sets the overrun status
to false).
Example
trigger.extin.clear()
Also see
trigger.extin.overrun
8-268
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
trigger.LOGIC_NEGATIVE
trigger.LOGIC_NEGATIVE
(on page 8-269)
(on page 8-271)
(on page 8-272)
Affected by
(on page 8-269)
trigger.EVENT_TIMER3
trigger.EVENT_NONE
Where saved
Default value
Clears the trigger event detector.
DMM7510-901-01 Rev. B / May 2015

Advertisement

Table of Contents
loading

Table of Contents