Keithley 3700 series Reference Manual page 216

System switch/multimeter
Hide thumbs Also See for 3700 series:
Table of Contents

Advertisement

Section 9: Instrument Control Library (ICL)
dmm.autodelay
Example
dmm.autorange
Attribute
Usage
Remarks
Example
9-72
To enable auto delay for DC volts:
dmm.func = "dcvolts"
dmm.autodelay = dmm.ON
To set auto delay to set once:
dmm.autodelay = dmm.AUTODELAY_ONCE
Indicates the auto range setting for the DMM.
To read the auto range:
value = dmm.autorange
value: Represents the present auto range setting (1 = ON, 0 = OFF).
To write the auto range:
dmm.autorange = value
value: Represents the desired auto range setting. Use one of the following:
dmm.ON or 1: Enables auto ranging.
dmm.OFF or 0: Disables auto ranging.
This is the auto range setting for the DMM. It applies to the selected function as
indicated by
dmm.func
(on page 9-91). Querying the auto range when the selected
function does not have an auto range associated with it will cause nil to be returned.
An error is generated if command is received when dmm.func = ―temperature‖,
―frequency‖, ―period‖, ―continuity‖ or ―nofunction‖. Also, an error will be generated if the
value is out of range.
Changing functions with
The default setting is dmm.ON.
To enable auto ranging for two-wire ohms:
dmm.func = "twowireohms"
dmm.autorange = dmm.ON
Series 3700 System Switch/Multimeter Reference Manual
dmm.func
(on page 9-91) has no effect on this setting.
Document Number: 3700S-901-01 Rev. A / August 2007

Advertisement

Table of Contents
loading

Table of Contents