Keithley 3700 series Reference Manual page 230

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

Advertisement

Section 9: Instrument Control Library (ICL)
dmm.drycircuit
Attribute
Usage
Remarks
Example
dmm.filter.count
Attribute
Usage
Remarks
9-86
Indicates the dry circuit setting for the selected DMM function.
To read the dry circuit:
value = dmm.drycircuit
value: Represents the present dry circuit setting
To write the dry circuit:
dmm.drycircuit = value
value Represents the desired dry circuit setting. Use one of the following:
dmm.ON or 1 to enable dry circuit.
dmm.OFF or 0 to disable drycircuit
This is the dry circuit setting for the DMM and it applies to the selected function as
indicated by dmm.func. Querying the setting when the selected function does not
support it will cause nil to be returned.
This command only applies when dmm.func = ―fourwireohms‖ or ―commonsideohms‖.
All other function settings will generate an error if the command is received. Also, an
error will be generated if the value is invalid.
Changing functions with dmm.func has no effect on this setting.
The factory default and dmm.reset function value is dmm.OFF.
To enable dry circuit for four-wire ohms:
dmm.func = "fourwireohms"
dmm.drycircuit = dmm.ON
Indicates the filter count setting for the selected DMM function.
To read the filter count:
value = dmm.filter.count
value: Represents the present filter count setting
To write the filter count:
dmm.filter.count = value
value: Represents the desired filter count setting from 1 to 100
This is the filter count setting for the DMM and it applies to the selected function as
indicated by dmm.func. Querying the setting when the selected function does not
support it will cause nil to be returned.
This attribute indicates the number of measured readings to yield one filtered
measurements when filtered measurements are enabled.
The command will generate an error when dmm.func = ―frequency‖, ―period‖,
―continuity‖ or ―nofunction‖. Also, an error will be generated if the value is out of range.
Changing functions with dmm.func has no effect on this setting.
The
dmm.reset
(on page 9-112) function sets the filter count to 10.
Series 3700 System Switch/Multimeter Reference Manual
Document Number: 3700S-901-01 Rev. A / August 2007

Advertisement

Table of Contents
loading

Table of Contents