
Remote Control Commands
R&S
®
SGU100A
184
User Manual 1176.7726.02 ─ 09
If the queue is empty, the response is
0,"No error"
Positive error numbers are instrument-dependent. Negative
error numbers are reserved by the SCPI standard.
Volatile errors are reported once, at the time they appear. Identi-
cal errors are reported repeatedly only if the original error has
already been retrieved from (and hence not any more present in)
the error queue.
Example:
SYST:ERR:ALL?
Queries all entries in the error queue.
Response: 0, 'no error'
No errors have occurred since the error queue was last read out.
Usage:
Query only
:SYSTem:ERRor:CODE:ALL?
Queries the error numbers of all entries in the error queue and then deletes them.
Return values:
<All>
string
Returns the error numbers. To retrieve the entire error text, send
the command
0
"No error", i.e. the error queue is empty
Positive value
Positive error numbers denote device-specific errors
Negative value
Negative error numbers denote error messages defined by
SCPI.
Example:
SYST:ERR:CODE:ALL
Queries all entries in the error queue.
Response: 0
No errors have occurred since the error queue was last read out.
Usage:
Query only
:SYSTem:ERRor:CODE[:NEXT]?
Queries the error number of the oldest entry in the error queue and then deletes it.
Return values:
<Next>
string
Returns the error number. To retrieve the entire error text, send
the command
0
"No error", i.e. the error queue is empty
Positive value
Positive error numbers denote device-specific errors
SYSTem Subsystem