4-22 Range, Digits, Rate, Bandwidth, and Filter Model 2700 Multimeter/Switch System User’s Manual
Filter programming examples
NOTE The following example can be run from the KE2700 Instrument Driver using the
example named “MAFilter” in
Table H-1 of Appendix H.
Example #1 — The following command sequence configures filtering for the DCI
function:
CURR:TCON MOV ' Select the moving filter.
CURR:AVER:WIND 0.01 ' Set filter window to 0.01%.
CURR:AVER:COUN 10 ' Set to filter 10 readings.
CURR:AVER ON ' Enable filter.
NOTE The following example can be run from the KE2700 Instrument Driver using the
example named “RAFilter” in
Table H-1 of Appendix H.
Example #2 — The following command sequence configures channels 101 through 115
of the Model 7700 to use the repeat filter when they are scanned.
FUNC 'VOLT' ' Select DCV function.
VOLT:AVER:TCON REP ' Select the repeating filter.
VOLT:AVER:COUN 20,(@101:115) ' Set to filter 20 readings.
VOLT:AVER ON,(@101:115) ' Enable filter.