Bk Precision BK-5492B Digital-Multimeter, DMM, BK-5492B Hoja De Datos

Los códigos de productos
BK-5492B
Descargar
Página de 111
SCPI Command Reference 
62 
 
Chapter 6    SCPI Command Reference 
6.1    Command Structure 
The remote commands are divided into two types: Common  commands and SCPI commands. The 
common commands are  defined in IEEE std. 488.2-1987, and these commands are common  for all 
devices. Not all commands are supported by the 5492B, and some commands are not supported by the 
GPIB interface  for the 5492BGPIB.  Please look through the command syntax thoroughly before 
programming.  The SCPI commands are used to control most of the 5492B functions.  They can be 
represented as a  tree structured with  three  levels deep. (The highest level commands are called the 
subsystem commands in this manual.) The lower level commands are part of subsystem commands and 
a colon (:) is used to separate the higher level commands and the lower level commands. See Figure 6-1 
as an example.   
 
 
 
SENSe 
 
 
RESistance 
HOLD 
              
 
 
RANGe 
STATe 
             SENS:RES:RANG 1k 
SENS:HOLD:STAT ON 
 
 
AUTO 
             SENS:RES:RANG:AUTO ON 
 
 
Figure 6-1  Command Tree Example