User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
EXR?
Description
The EXR? query reads and clears the contents of the Execution Error Register (EXR). The EXR register
specifies the type of the last error detected during execution. Refer to the following table for more
information.
Query Syntax
EXR?
Response Format
EXR? <code>
<code>:= 21 to 64
Example (GPIB)
The following instruction reads the contents of the EXR register:
CMD$="EXR?": CALL IBWRT(SCOPE%,CMD$):
CALL IBRD(SCOPE%,RSP$): PRINT RSP$
Response message (if no fault):
EXR 0
Related Commands
ALL_STATUS, *CLS
6-132