Keithley 2000/E Digital-Multimeter, DMM, 2000/E データシート

製品コード
2000/E
ページ / 256
Program Fragment 
PRINT #1, "output 16; :syst:pres"
'Select defaults 
PRINT #1, "output 16; :init:cont off;:abort" 
'Place 2000 in idle
PRINT #1, "output 16; :trig:coun 1; sour tim" 
PRINT  #1,  "output  16;  :samp:coun  5" 'Program for 5 measurements and 
stop (idle)
PRINT #1, "output 16; :init; *opc?" 'Start measurements and send 
*opc? 
PRINT #1, "enter 16"
'Get response when 2000 goes 
into idle 
LINE INPUT #2, a$
'Read contents of Output Queue 
PRINT a$ 
'Display the ASCII "1" 
 *OPT? — Option Identification Query
Determine if an option is installed
Description
The response message indicates the presence or absence of an optional scanner card. 
For example:
0
No scanner card installed
200X-SCAN
Scanner card installed 
*RCL — Recall
Return to setup stored in memory
Parameters
<NRf>=0 
Description
Use this command to return the Model 2000 to the configuration stored in memory. The 
*SAV command is used to store the setup configuration in memory location.
Only one setup configuration can be saved and recalled. 
The Model 2000 ships from the factory with :SYSTen:PRESet defaults loaded into the 
available setup memory. If a recall error occurs, the setup memory defaults to the :SYS-
Tem:PRESet values. 
2000-900 (J - Aug 2010) BOOK.fm  Page 47  Wednesday, October 12, 2011  12:29 PM