7½ Digit Graphical Sampling Multimeter Reference Manual Section 8:
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
Instrument reset
Power cycle
Measure configuration list
Measure configuration list
Usage
filterState = dmm.measure.filter.enable
dmm.measure.filter.enable = filterState
The filter status:
• Disable the filter: dmm.OFF
• Enable the filter:
Functions
dmm.FUNC_DIGITIZE_CURRENT
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
Filtering measurement data (on page 3-11)
dmm.measure.filter.count (on page 8-150)
dmm.measure.filter.type (on page 8-152)