User manual
IEEE-488 Reference
4-72 2001-900-01 Rev. K / August 2010
:CLEar commands
[:IMMediate]
:CALCulate3:LIMit[1]:CLEar[:IMMediate] Clear LIMIT 1 test failure
:CALCulate3:LIMit2:CLEar[:IMMediate] Clear LIMIT 2 test failure
Formats :calc3:lim:cle
:calc3:lim2:cle
Description These action commands are used to clear the fail indication of LIMIT 1 and LIMIT 2 tests. Note
that a failure is also cleared when the limit test is disabled (:STATe OFF).
Programming example OUTPUT 716; β:calc3:lim:cleβ ! Clear fail condition of LIMIT 1 test.
:AUTO <b>
:CALCulate3:LIMit[1]:CLEar:AUTO <b> Control auto-clear; LIMIT 1
:CALCulate3:LIMit2:CLEar:AUTO <b> Control auto-clear; LIMIT 2
Parameters <b> = 1 or ON Enable auto-clear for limit failure
= 0 or OFF Disable auto-clear for limit failure
Formats :calc3:lim:cle:auto <b>
:calc3:lim2:cle:auto <b>
Defaults Power-up Saved power-on setup
*RST ON
:SYSTem:PRESet ON
Query :AUTO? Query state of auto clear
Short-form formats: :calc3:lim:cle:auto?
:calc3:lim2:cle:auto?
Response message: 1 (on) or 0 (off)
Description With auto-clear enabled, the fail indication of a limit test will clear when instrument operation
enters the idle state of the Trigger Model. With auto-clear disabled, the fail indication will re-
main until it is cleared by the :CLEar[:IMMediate] command.
Programming example 10 OUTPUT 716; β:calc3:lim:cle:auto on; auto?β
20 ENTER 716; A$
30 PRINT A$
40 END
Line 10 Enables auto-clear, and then queries the state of auto-clear.
Line 20 Addresses the Model 2001 to talk.
Line 30 Displays the state of auto-clear (1; on).