Chapter 6 scpi command reference, 1 command structure – B&K Precision 5492BGPIB - Manual User Manual
Page 62

SCPI Command Reference
62
Chapter 6 SCPI Command Reference
This chapter is outlined as follows:
6.1 Command Structure
6.2 Command Syntax
6.3 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