Keithley 3700 series Reference Manual page 232

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

Advertisement

Section 9: Instrument Control Library (ICL)
dmm.filter.type
Attribute
Usage
Remarks
Also see
Example
dmm.filter.window
Attribute
Usage
9-88
Indicates the filter type for the DMM measurements on selected DMM functions.
To read the filter type:
value = dmm.filter.type
value: Represents the present filter type setting
To write the filter type:
dmm.filter.type = value
value: Represents the desired filter type for measurements. Use
dmm.FILTER_MOVING_AVG or 0 for moving average filter. Use
dmm.FILTER_REPEAT_AVG or 1 for repeat filtering.
This is the filter type setting for the DMM and it applies to the selected function as
indicated by
dmm.func
(on page 9-91). Querying the setting when the selected function
does not support it will cause nil to be returned.
There are two averaging filter types to choose from: Repeating and moving. For the
repeating (which is power-on default), the stack (filter count) is filled, and the conversions
are averaged to yield a reading. The stack is then cleared, and the process starts over.
The moving average filter uses a first-in, first-out stack. When the stack (filter count)
becomes full, the measurement conversions are averaged, yielding a reading. For each
subsequent conversion placed into the stack, the oldest conversion is discarded. The
stack is re-averaged, yielding a new reading.
The command will generate an error when dmm.func = ―frequency‖, ―period‖, ―continuity‖
or ―nofunction‖. Also, an error will be generated if the value is invalid.
Changing functions with
dmm.func
The
dmm.reset
(on page 9-112) function selects the repeat filter.
dmm.filter.count
(on page 9-86),
page 9-88)
To set the filter type for two-wire ohms to moving average:
dmm.func = "twowireohms"
dmm.filter.type = dmm.FILTER_MOVING_AVG
Indicates the filter window for the DMM measurements
To read the filter window:
value = dmm.filter.window
value: Represents the present filter window setting
To write the filter window:
dmm.filter.window = value
value: Represents the desired filter window for measurements. Use a value between 0
and 10 to indicate percent of range.
Series 3700 System Switch/Multimeter Reference Manual
(on page 9-91) has no effect on this setting.
dmm.filter.enable
(on page 9-87),
Document Number: 3700S-901-01 Rev. A / August 2007
dmm.filter.window
(on

Advertisement

Table of Contents
loading

Table of Contents