User manual

Table Of Contents
Part 6: IEEE 488.2 Command Reference
INR?
Description
The INR? query reads and clears the contents of the Internal State Change Register (INR). The INR
register (table below) records the completion of various internal operations and state transitions.
Query Syntax
INR?
Response Format
INR <state>
<state>:= 0 to 65535
Example (GPIB)
The following instruction reads the contents of the INR register:
CMD$="INR?": CALL IBWRT(SCOPE%,CMD$)
The response message represents the summed bit value of the internal state changes:
INR 1026
Meaning, waveform processing in math function F3 (1024) and a screen dump (2) have both terminated.
Related Commands
ALL_STATUS, *CLS, INE
6-135