EasyManuals Logo

Keithley DMM7510 Reference Manual

Keithley DMM7510
1036 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #667 background imageLoading...
Page #667 background image
Section
8: TSP command reference Model DMM7510 7½ Digit Graphical Sampling Multimeter
Reference Manual
8-54 DMM7510-901-01 Rev. B / May 2015
digio.line[N].reset()
This function resets digital I/O line values to their factory defaults.
Type TSP-Link accessible
Affected by Where saved Default value
Function
Yes
Usage
digio.line[N].reset()
N
The digital I/O line (1 to 6)
Details
This function resets the following attributes to their default values:
digio.line[N].mode
trigger.digin[N].edge
trigger.digout[N].logic
trigger.digout[N].pulsewidth
trigger.digout[N].stimulus
It also clears trigger.digin[N].overrun.
Example
-- Set the digital I/O trigger line 3 for a falling edge
digio.line[3].mode = digio.MODE_TRIGGER_OUT
trigger.digout[3].logic = trigger.LOGIC_NEGATIVE
-- Set the digital I/O trigger line 3 to have a pulsewidth of 50 microseconds.
trigger.digout[3].pulsewidth = 50e-6
-- Use digital I/O line 5 to trigger the event on line 3.
trigger.digout[3].stimulus = trigger.EVENT_DIGIO5
-- Print configuration (before reset).
print(digio.line[3].mode, trigger.digout[3].pulsewidth, trigger.digout[3].stimulus)
-- Reset the line back to factory default values.
digio.line[3].reset()
-- Print configuration (after reset).
print(digio.line[3].mode, trigger.digout[3].pulsewidth, trigger.digout[3].stimulus)
Output before reset:
digio.MODE_TRIGGER_OUT 5e-05 trigger.EVENT_DIGIO5
Output after reset:
digio.MODE_TRIGGER_IN 1e-05 trigger.EVENT_NONE
Also see
digio.line[N].mode (on page 8-52)
Digital I/O port configuration (on page 3-49)
trigger.digin[N].overrun (on page 8-261)
trigger.digout[N].pulsewidth (on page 8-264)
trigger.digout[N].stimulus (on page 8-266)

Table of Contents

Other manuals for Keithley DMM7510

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Keithley DMM7510 and is the answer not in the manual?

Keithley DMM7510 Specifications

General IconGeneral
Resolution7.5 digits
DC Voltage Range100 mV to 1000 V
AC Voltage Range100 mV to 750 V
DC Current Range10 µA to 10 A
Resistance Range10 Ω to 1 GΩ
Sampling Rate1 MS/s
Memory27.5 million readings
Display5 inch capacitive touchscreen
AC Voltage Accuracy±0.06% of reading
AC Current Range10 A
ConnectivityUSB, LAN, GPIB

Related product manuals