User`s guide

Table Of Contents
476 Chapter 13
SCPI Command Reference
E5061A/E5062A commands
:SYST:ERR?
Syntax :SYSTem:ERRor?
Description Reads out the oldest error of the errors stored in the error queue of the E5061A/E5062A.
The read-out error is deleted from the error queue. The size of the error queue is 100.
Executing the *CLS command clears the errors stored in the error queue. (Query only)
NOTE This command can not return an error that occurs by the manual operation or the COM
object used in controlling the E5061A/E5062A from the VBA Macro.
Query response {numeric},{string}<newline><^END>
{numeric}: Error number
{string}: Error message (a character string with double quotation marks ("))
If no error is stored in the error queue, 0 and "No error" are read out as the error number
and the error message.
Example of use
10 OUTPUT 717;":SYST:ERR?"
20 ENTER 717;A,B$
Related commands *CLS on page 196
Equivalent key No equivalent key is available on the front panel.