IEEE-488 Reference
4-145
[:STATe] <b>
[:SENSe[1]]:CURRent:AC:AVERage:ADVanced[:STATe] <b> Control advanced filter for ACI
[:SENSe[1]]:CURRent[:DC]:AVERage:ADVanced[:STATe] <b> Control advanced filter for DCI
[:SENSe[1]]:VOLTage:AC:AVERage:ADVanced[:STATe] <b> Control advanced filter for ACV
[:SENSe[1]]:VOLTage[:DC]:AVERage:ADVanced[:STATe] <b> Control advanced filter for DCV
[:SENSe[1]]:RESistance:AVERage:ADVanced[:STATe] <b> Control advanced filter for Ω2
[:SENSe[1]]:FRESistance:AVERage:ADVanced[:STATe] <b> Control advanced filter for Ω4
Parameters <b> = 0 or OFF Disable advanced filter
= 1 or ON Enable advanced filter
Formats :curr:ac:aver:adv <b> :curr[:dc]:aver:adv <b>
:volt:ac:aver:adv <b> :volt[:dc]:aver:adv <b>
:res:aver:adv <b> :fres:aver:adv <b>
Defaults Power-up Saved power-on setup
*RST ON (all functions)
:SYSTem:PRESet ON (all functions)
Query :STATe]? Query state of advanced filter
Short-form formats: :curr:ac:aver:adv?
:curr[:dc]:aver:adv?
:volt:ac:aver:adv?
:volt[:dc]:aver:adv?
:res:aver:adv?
:fres:aver:adv?
Response message: 0 (off) or 1 (on)
Description These commands are used to enable or disable the advanced filter for the specified function. The
:ADVanced:NTOLerance commands are used to set tolerance levels.
Programming example 10 OUTPUT 716; “:curr:ac:aver:adv on; adv?”
20 ENTER 716; A$
30 PRINT A$
40 END
Line 10 Enables the advanced filter and then queries the state of the advanced filter.
Line 20 Addresses the Model 2001 to talk.
Line 30 Displays the state of noise tolerance (1; on).