Remote control commands
R&S
®
SMM100A
966
User Manual 1179.1341.02 ─ 05
Usage:
Query only
:SYSTem:ERRor[:NEXT]?
Queries the error/event queue for the oldest item and removes it from the queue.
Return values:
<Next>
string
Error/event_number,"Error/event_description>[;Device-depend-
ent info]"
Error number and a short description of the error.
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?
Queries the oldest entry in the error queue.
Response: 0, 'no error'
No errors have occurred since the error queue was last read out.
Usage:
Query only
Manual operation:
See
"Static Notifications/History"
:SYSTem:ERRor:GNEXt?
Similar to
, but queries the next entry from the global per-
sistant error/event queue.
Return values:
<NextGlobalError>
string
Error/event number, "Error/event description> [;Device depend-
ent info]"
An error number and a short description of the error.
Positive error numbers are instrument-dependent. Negative
error numbers are reserved by the SCPI standard.
Example:
SYST:ERR:GNEX?
Returns the next error message from the global error queue.
Usage:
Query only
:SYSTem:ERRor:HISTory:CLEar
Clears the error history.
Example:
See
Example "Querying the error queue"
SYSTem subsystem