IEEE-488 Reference
4-146
[:STATe] <b>
[:SENSe[1]]:CURRent:AC:AVERage[:STATe] <b> Control filter for ACI
[:SENSe[1]]:CURRent[:DC]:AVERage[:STATe] <b> Control filter for DCI
[:SENSe[1]]:VOLTage:AC:AVERage[:STATe] <b> Control filter for ACV
[:SENSe[1]]:VOLTage[:DC]:AVERage[:STATe] <b> Control filter for DCV
[:SENSe[1]]:RESistance:AVERage[:STATe] <b> Control filter for Ω2
[:SENSe[1]]:FRESistance:AVERage[:STATe] <b> Control filter for Ω4
[:SENSe[1]]:TEMPerature:AVERage[:STATe] <b> Control filter for TEMP
Parameters <b> = 0 or OFF Disable the digital filter
= 1 or ON Enable the digital filter
Formats :curr:ac:aver <b> :curr[:dc]:aver <b>
:volt:ac:aver <b> :volt[:dc]:aver <b>
:res:aver <b> :fres:aver <b>
:temp:aver <b>
Defaults Power-up Saved power-on setup
*RST OFF (all functions)
:SYSTem:PRESet OFF (ACI, ACV and TEMP)
ON (DCI, DCV, Ω2 and Ω4)
Query :STATe]? Query state of digital filter
Short-form format: :curr:ac:aver? :curr[:dc]:aver?
:volt:ac:aver? :volt[:dc]:aver?
:res:aver? :fres:aver?
:temp:aver?
Response message: 0 (off) or 1 (on)
Description These commands are used to enable or disable the digital averaging filter for the specified func-
tion. When enabled, readings will be filtered according to how the filter is configured.
Programming example 10 OUTPUT 716; “:curr:ac:aver on; aver?”
20 ENTER 716; A$
30 PRINT A$
40 END
Line 10 Enables the filter, and then queries the state of the filter.
Line 20 Addresses the Model 2001 to talk.
Line 30 Displays the state of the filter (1; on).