Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Section 8: TSP command reference
DMM7510-901-01 Rev. B / May 2015
8-151
dmm.measure.filter.enable
This attribute enables or disables the averaging filter for measurements of the selected function.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Restore configuration
Instrument reset
Power cycle
Measure configuration list
Configuration script
Measure configuration list
dmm.OFF
Usage
filterState
= dmm.measure.filter.enable
dmm.measure.filter.enable =
filterState
filterState
The filter status:
•
Disable the filter:
dmm.OFF
•
Enable the filter:
dmm.ON
Functions
dmm.FUNC_DC_VOLTAGE
dmm.FUNC_RESISTANCE
dmm.FUNC_ACV_FREQUENCY
dmm.FUNC_AC_VOLTAGE
dmm.FUNC_4W_RESISTANCE
dmm.FUNC_ACV_PERIOD
dmm.FUNC_DC_CURRENT
dmm.FUNC_DIODE
dmm.FUNC_DCV_RATIO
dmm.FUNC_AC_CURRENT
dmm.FUNC_CAPACITANCE
dmm.FUNC_DIGITIZE_CURRENT
dmm.FUNC_TEMPERATURE
dmm.FUNC_CONTINUITY
dmm.FUNC_DIGITIZE_VOLTAGE
Details
This command enables or disables the averaging filter. When this is enabled, the reading returned by
the instrument is an averaged value, taken from multiple measurements. The settings of the filter
count and filter type for the selected measure function determines how the reading is averaged.
Example
dmm.measure.func = dmm.FUNC_DC_CURRENT
dmm.measure.filter.count = 10
dmm.measure.filter.type = dmm.FILTER_MOVING_AVG
dmm.measure.filter.enable = dmm.ON
Set the measurement function to
current.
Set the averaging filter type to moving
average, with a filter count of 10.
Enable the averaging filter.
Also see
(on page 3-11)
(on page 8-152)