:SYST:ERR

Type

Query Only

Syntax

:SYSTem:ERRor?

Description

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.

Query Response

{numeric1 (error No.)}, {string (description)}<newline><^END>

Examples

Dim Var As Variant, ErrNo As Long, ErrDesc As String
Ena.WriteString ":SYST:ERR?", True
Var = Ena.ReadList
ErrNo = Var(0)
ErrDesc = Var(1)

Equivalent GUI

No equivalent key is available.