R&S PR100 User Manual
SYSTem
. :ERRor
. . [:NEXT]?
Returns the error code and description of the error at the front of the queue.
The error is also removed from the queue.
Parameters:
none
Result:
Next entry of Error Queue. If the Error Queue is empty, 0, "No error" is output
Example:
SYSTem:ERRor? -> 0, "No error"
SYSTem
. :ERRor
. . :ALL?
Returns all error codes and descriptions from the Error Queue. The queue is
emptied.
Parameters:
none
Result:
Comma-separated list of errod-codes and strings. If the Error Queue is empty,
0, "No Error" is output
Example:
SYSTem:ERRor:ALL? -> -292, “Referenced name does not exist”, -293,
“Referenced name already exists”
SYSTem
. :ERRor
. . :CODE
. . . [:NEXT]?
Returns just the error code of the error at the front of the queue. The error is
also removed from the queue.
Parameters:
none
Result:
Error code. If the Error Queue is empty, 0, "No error" is output
Example:
SYSTem:ERRor:CODE? -> 0