Version - Keithley 7001 Instruction Manual

High density switch system
Hide thumbs Also See for 7001:
Table of Contents

Advertisement

IEEE-488 Reference
Query
commands
Description
Programming
example
5.17.3
Short-form
format
Description
Programming
example
5-118
Artisan Scientific - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisan-scientific.com
:SYSTem Subsystem
:POSetup?
Short-form format:
Response message:
This command is used to program the power-on defaults. With RST selected, the instrument will
power up to the *RST default conditions. With PRES selected, the instrument will power up to
the :SYStem:PRESet default conditions. Table 5-5 defines the default conditions for these com-
mands.
With one of the SAV parameters selected, the instrument will power on to the setup that is saved
in the specified memory location using the *SAV command.
10 OUTPUT 707; ":syst:pos pres; pos?"
20 ENTER 707; A$
30 PRINT A$
40 END
Line 10 Two commands in this program message; the first selects :SYSTem:PRESet power-
on defaults, and the second queries the power-on setup.
Line 20 Addresses the 7001 to talk.
Line 30 Displays the power-on setup (PRES).

:VERSion?

:SYSTem:VERSion?
:syst:vers?
This query command is used to read the version of the SCPI standard being used by the Model
7001. After sending this command and addressing the Model 7001 to talk, the version code will
be sent to the computer. Example code:
1991.0
The above response message indicates the version of the SCPI standard.
10 OUTPUT 707; ":syst:vers?"
20 ENTER 707; A$
30 PRINT A$
40 END
Line 10 Reads the version of the SCPI standard.
Line 20 Addresses the 7001 to talk.
Line 30 Displays the SCPI standard version.
Query power-on setup
:syst:pos?
RST, PRES or SAV0-SAV9
Read SCPI version

Advertisement

Table of Contents
loading

Table of Contents