Series 3700A System Switch/Multimeter Reference Manual Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018 11-177
The filter type setting is saved with the dmm.func function setting, so if you use another function,
then return to the previous function, the filter type setting you set previously is retained.
Example
dmm.func = "twowireohms"
dmm.filter.type = dmm.FILTER_MOVING_AVG
dmm.filter.enable = dmm.ON
Set the filter type for 2-wire ohms to moving
average and enable filtered measurements.
Also see
dmm.configure.recall() (on page 11-165)
dmm.configure.set() (on page 11-166)
dmm.filter.count (on page 11-174)
dmm.filter.enable (on page 11-175)
dmm.filter.window (on page 11-177)
dmm.func (on page 11-179)
dmm.filter.window
This attribute sets the window for the averaging filter that is used for measurements for the selected function.
Reset
DMM reset
Recall setup
Create configuration script
Save setup
Usage
value = dmm.filter.window
dmm.filter.window = value
The filter window setting; the range is between 0 and 10 to indicate percent of range
Details
The filter window setting only applies when dmm.func is set to one of the following:
• "accurrent"
• "acvolts"
• "commonsideohms"
• "dccurrent"
• "dcvolts"
• "fourwireohms"
• "temperature"
• "twowireohms"
Querying the setting for any other function returns nil. An error is generated if this setting is written
or read for any other function.
An error is generated if the value is out of range.
The filter window setting is saved with the dmm.func function setting, so if you use another function,
then return to the previous function, the filter window setting you set previously is retained.