Instructions

Table Of Contents
Stops auto logging.
Sets the statistical functions.
8.2.7.4 SYSTem:BEEP
Produces a short beep from the speaker.
8.2.7.5 SYSTem:BOOT:VERSion?
Returns the boot ROM version.
Example: SYST:BOOT:VERS?
Response: 0.31
8.2.7.6 SYSTem:ERRor?
Returns a message from the system error queue.
Example: SYST:ERR?
Response: 0,"No error"
The error queue may contain up to ten messages. The messages are reported in
the order they occurred. Reading a message from the queue removes the mes-
sage so the next message can be read. If more than ten errors occur before be-
ing read, the tenth error in the queue is -350,"Queue overflow" and all but the
first nine errors are discarded. All errors cause the Error Bit (ERR, bit 2) for the
Status BYTE Register to be set (see Section 8.2.11.7). Refer to Troubleshoot-
ing section for the error messages.
8.2.7.7 SYSTem:CODE:VERSion?
Returns the firmware version.
Example: SYST:CODE:VERS?
Response: 1.00
8.2.7.8 SYSTem:VERSion?
Returns the SCPI version number.
Example: SYST:VERS?
Response: 1994.0
8.2.7.9 UNIT:TEMPerature?
Returns the system temperature unit.
Example: UNIT:TEMP?
Response: C
109
8 Digital Communications Interface
Commands