User`s guide

39-4
Tests Subsystem
EXECution:DESTination
EXECution:DESTination
Description Sets/Queries the output destination field for the test results. The test results can be output
to the CRT or printer. A printer must be correctly configured in order to get a printout.
Syntax TESTs:EXECution:DESTination?
TEST:EXEC:DEST?
TESTs:EXECution:DESTination <string>
TEST:EXEC:DEST <string>
Options ‘CRT’ | ‘PRINTER’
For Example;
Output Uut;”TEST:EXEC:DEST ‘PRINTER’”
Output Uut;”TEST:EXEC:DEST ‘CRT’”
EXECution:FAILure
Description Sets/Queries the Unit Under Test (UUT) failure mode. This allows the user to either
continue or stop the test when the test results fail to meet test specified limits. When the
continue option is selected, the error is listed to the printout or CRT depending on which
option has previously been chosen.
Syntax TESTs:FAILure?
TEST:FAIL?
TESTs:FAILure <string>
TEST:FAIL <string>
Options ‘STOP’ | ‘CONTINUE’
Where;
STOP means that the test will stop running whenever the UUT fails to meet
test specification limits.
CONTINUE means that the test will continue even though the UUT has failed to
meet test specification limits.