IEEE-488 Reference
4-143
Defaults Power-up Saved power-on setup
*RST 10 (all functions)
:SYSTem:PRESet 10 (all functions)
Query :COUNt? Query filter count
:COUNt? DEFault Query the *RST default filter count
:COUNt? MINimum Query the lowest allowable filter count
:COUNt? MAXimum Query the largest allowable filter count
Short-form formats: :curr:ac:aver:coun? :curr[:dc]:aver:coun?
:curr:ac:aver:coun? xxx :curr[:dc]:aver:coun? xxx
:volt:ac:aver:coun? :volt[:dc]:aver:coun?
:volt:ac:aver:coun? xxx :volt[:dc]:aver:coun? xxx
:res:aver:coun? :fres:aver:coun?
:res:aver:coun? xxx :frest:aver:coun? xxx
:temp:aver:coun?
:temp:aver:coun? xxx
Response message: 1 to 100
Description These commands are used to specify the filter count. In general, the filter count is the number of
readings that are acquired and stored in the filter buffer for the averaging calculation. The larger
the filter count, the more filtering that is performed.
Programming example 10 OUTPUT 716; “:curr:ac:aver:coun 20; coun?”
20 ENTER 716; A$
30 PRINT A$
40 END
Line 10 Sets the filter count to 20, and then queries the filter count.
Line 20 Addresses the Model 2001 to talk.
Line 30 Displays the filter count (20).
:ADVanced commands
:NTOLerance <n>
[:SENSe[1]]:CURRent:AC:AVERage:ADVanced:NTOLerance <n> Specify noise tolerance (ACI)
[:SENSe[1]]:CURRent[:DC]:AVERage:ADVanced:NTOLerance <n> Specify noise tolerance (DCI)
[:SENSe[1]]:VOLTage:AC:AVERage:ADVanced:NTOLerance <n> Specify noise tolerance (ACV)
[:SENSe[1]]:VOLTage[:DC]:AVERage:ADVanced:NTOLerance <n> Specify noise tolerance (DCV)
[:SENSe[1]]:RESistance:AVERage:ADVanced:NTOLerance <n> Specify noise tolerance (Ω2)
[:SENSe[1]]:FRESistance:AVERage:ADVanced:NTOLerance <n> Specify noise tolerance (Ω4)
Parameters <n> = 1 to 100 Specify noise tolerance in percent (±)
= DEFault ±5%
= MINimum 0%
= MAXimum ±100%
Formats :curr:ac:aver:adv:ntol <n> :curr[:dc]:aver:adv:ntol <n>
:volt:ac:aver:adv:ntol <n> :volt[:dc]:aver:adv:ntol <n>
:res:aver:adv:ntol <n> :fres:aver:adv:ntol <n>