Keithley 3700 series Reference Manual page 231

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

Advertisement

Series 3700 System Switch/Multimeter Reference Manual
dmm.filter.count
Also see
Example
dmm.filter.enable
Attribute
Usage
Remarks
Also see
Example
Document Number: 3700S-901-01 Rev. A / August 2007
dmm.filter.enable
(on page 9-87)
dmm.filter.type
(on page 9-87)
To set the filter count for two-wire ohms to 5:
dmm.func = "twowireohms"
dmm.filter.count = 5
Enables or disables filtered measurements for the selected DMM function.
To read the filter enable:
value = dmm.filter.enable
value: Represents the present filter enable setting
To write the filter enable:
dmm.filter.enable = value
value: Represents the desired filter enable setting. Use one of the following:
dmm.ON or 1 to enable filter measurements
dmm.OFF or 0 to disable filter measurements
This is the filter enable 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 whether filtered measurements are enabled (or not).
Changing functions with dmm.func has no effect on this setting.
The
dmm.reset
(on page 9-112) function disables the filter.
dmm.filter.count
(on page 9-86),
page 9-88)
To enable the filter for two-wire ohms:
dmm.func = "twowireohms"
dmm.filter.enable = dmm.ON
Section 9: Instrument Control Library (ICL)
dmm.filter.type
(on page 9-87),
dmm.filter.window
(on
9-87

Advertisement

Table of Contents
loading

Table of Contents