Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-174 3700AS-901-01 Rev. D/June 2018
dmm.filter.count
This attribute sets the filter count setting for the selected DMM function.
Reset
DMM reset
Recall setup
Create configuration script
Save setup
Usage
value = dmm.filter.count
dmm.filter.count = value
The filter count setting from 1 to 100
Details
The number of measured readings that will yield one filtered measurement when filtered
measurements are enabled.
The filter count setting only applies when dmm.func is set to one of the following:
• "accurrent"
• "acvolts"
• "commonsideohms"
• "dccurrent"
• "dcvolts"
• "fourwireohms"
• "temperature"
• "twowireohms"
If you query the setting for any other function, nil is returned.
The filter count setting is saved with the dmm.func function setting, so if you use another function,
then return to the previous function, the filter count setting you set previously is retained.
An error is generated if:
• You send the setting for any other function.
• The value is out of range.
Example
dmm.func = "twowireohms"
dmm.filter.count = 5
dmm.filter.enable = dmm.ON
Sets the filter count for 2-wire ohms to 5 and
enables filtered measurements.
Also see
dmm.configure.set() (on page 11-166)
dmm.configure.recall() (on page 11-165)
dmm.filter.enable (on page 11-175)
dmm.filter.type (on page 11-176)