EasyManuals Logo
Home>Keithley>Measuring Instruments>2461

Keithley 2461 Reference Manual

Keithley 2461
1109 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 #725 background imageLoading...
Page #725 background image
Section
8: TSP command reference Model 2461 Interactive SourceMeter® Instrument
Reference Manual
8-52 2461-901-01 A/November 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-50)
Digital I/O port configuration (on page 3-87)
trigger.digin[N].overrun (on page 8-243)
trigger.digout[N].pulsewidth (on page 8-245)
trigger.digout[N].stimulus (on page 8-247)

Table of Contents

Other manuals for Keithley 2461

Questions and Answers:

Question and Answer IconNeed help?

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

Keithley 2461 Specifications

General IconGeneral
BrandKeithley
Model2461
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals