Query Only
:SYSTem:ERRor?
This command reads the oldest error from the list of errors stored in the error queue of the E5063A. 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 E5063A from the external con-troller.
{numeric1 (error No.)}, {string (description)}<newline><^END>
Dim Var As Variant, ErrNo As Long, ErrDesc As String
Ena.WriteString ":SYST:ERR?", True
Var = Ena.ReadList
ErrNo = Var(0)
ErrDesc = Var(1)
No equivalent key is available.