Range, Units, Digits, Rate, and Filters 6-11
Programming example
The following command sequence configures and enables both filters:
‘ Median Filter:
MED:RANK 5 ‘ Set rank to 5.
MED ON ‘ Enable median filter.
‘ Digital Filter:
AVER:COUN 20 ‘ Set filter count to 20.
AVER:TCON MOV ‘ Select moving filter.
AVER ON ‘ Enable digital filter.