Limit Tests 10-15
Programming example
The following command sequence will test DUT using the limit tests example shown in Fig-
ure 10-2.
*RST ‘ Restore RST defaults (Volts function).
CALC2:LIM:UPP 2 ‘ Set upper limit for Limit 1 (2V).
CALC2:LIM:LOW -2 ‘ Set lower limit for Limit 1 (-2V).
CALC2:LIM:STAT ON ‘ Enable Limit 1 test.
CALC2:LIM2:UPP 1 ‘ Set upper limit for Limit 2 (1V).
CALC2:LIM2:LOW -1 ‘ Set lower limit for Limit 2 (-1V).
CALC2:LIM2:STAT ON ‘ Enable Limit 2 test.
‘ Connect DUT to input.
INIT ‘ Perform tests on DUT (one measure-
ment).
CALC2:LIM:FAIL? ‘ Return result of Limit 1 test.
CALC2:LIM2:FAIL? ‘ Return result of Limit 2 test.