4-22 Range, Digits, Rate, Bandwidth, and Filter Model 2701 User’s Manual
Filter programming examples
Example #1 — The following command sequence configures filtering for the DCI
function:
NOTE The following example can be run from the KE2700 Instrument Driver using the
example named “MAFilter” in Table G-1 of Appendix G.
CURR:AVER: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.
Example #2 — The following command sequence configures channels 101 through 115
of the Model 7700 to use the repeat filter when they are scanned.
NOTE The following example can be run from the KE2700 Instrument Driver using the
example named “RAFilter” in Table G-1 of Appendix G.
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.