2470 High Voltage SourceMeter Instrument Reference Manual
Section 14: TSP command reference
2470-901-01 Rev. A /
May
2019
14-125
smu.measure.filter.enable
This attribute enables or disables the averaging filter for the selected measurement function.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Restore configuration
Instrument reset
Power cycle
Measure configuration list
Function change
Configuration script
Measure configuration
list
smu.OFF
Usage
filterState
= smu.measure.filter.enable
smu.measure.filter.enable =
filterState
filterState
The filter status:
Disable the filter:
smu.OFF
Enable the filter:
smu.ON
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
smu.measure.func = smu.FUNC_DC_CURRENT
smu.measure.filter.count = 10
smu.measure.filter.type = smu.FILTER_MOVING_AVG
smu.measure.filter.enable = smu.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 14-124)
(on page 14-126)