Query
:SYSTem:ERRor?
This command reads the oldest error from the list of errors stored in the error queue of the E4991B. The read-out error is deleted from the error queue. The size of the error queue is 100.
Executing *CLS command clears the errors stored in the error queue.
This object can not return an error that occurs by the manual operation or the SCPI command used in controlling the E4991B from the external con-troller.
{numeric (error number)}, {String (error message)}<newline><^END>
If no error is stored in the error queue, 0 and "No error" are read out as the error number and the error message.
Dim Var As Variant, ErrNo As Long, ErrDesc As String
Ana.WriteString ":SYST:ERR?", True
Var = Ana.ReadList
ErrNo = Var(0)
ErrDesc = Var(1)
No equivalent key is available on the front panel.
SCPI.SYSTEM.ERROR