User manual
Table Of Contents
- 1.1 Feature Overview
- 1.2 Input Power and Fuse Requirements
- 1.3 Package Contents
- 2.1 Front Panel Overview
- 2.2 Screen Display
- 2.3 Front Panel Menu Options
- 2.4 Front Panel Menu Overview
- Rear Panel Summary
- 2.6 Power up
- 3.1 Overview
- 3.2 Measuring Voltage
- 3.3 Measuring Current
- 3.4 Measuring Resistance
- 3.5 Measuring Frequency and Period
- 3.6 Measuring Continuity
- 3.7 Testing Diode
- 3.8 Math Functions
- 4.1 Measurement configuration
- 4.2 Trigger Operations
- 4.3 Buffer Operations
- 4.4 Limit Operations
- 4.5 System Operations
- 5.1 Selecting an Interface
- 5.2 USB & RS-232 Interface Operation
- 5.3 GPIB Interface operation (model 5492BGPIB only)
- 5.4 Data Format
- 6.1 Command Structure
- 6.2 Command Syntax
- 6.3 Command Reference
- 7.1 Frequently Asked Questions
- 7.2 Error Messages
- 8.1 Technical Specifications

SCPI Command Reference
65
6.2.3 Basic Rules of Command Structure
Commands are not case sensitive.
For example:
FUNC:VOLT:DC = func:volt:dc = Func:Volt:Dc
Spaces (︺ is used to indicate a space) must not be placed before and/or after the colon (:).
For example:
(wrong) FUNC
︺
:
︺
VOLT:DC
(right) FUNC:VOLT:DC
The command can be completely spelled out or in abbreviated type. (In the following description,
short form will be printed in upper case.)
For example:
FUNCTION: VOLTAGE:DC = FUNC: VOLT:DC
The command header should be followed by a question mark (?) to generate a query for that
command.
For example:
FUNC?
6.2.4 Multiple Command Rules
The semicolon (;) can be used as a separator to execute multiple commands on a single line. The
multiple command rules are as follows.
Commands at the same level and in the same subsystem command group can be separated by a
semicolon (;) on a multiple command line.
For example:
CALCulate3:LIMit[1]:STATe <b>;STATe?
To restart commands from the highest level, a semicolon (;) must be used as the separator, and
then a leading colon (:), which shows that the restarted command is a command at the top of the
command tree.
For example:
:CALCulate[1]:FORMat?;:CALCulate[1]:KMATh:MMFactor <NRf>
The common commands can restart only after a semicolon on a multiple command line.
For example,
CALCulate3:LIMit[1]:STATe <b>;*IDN?
6.2.5 Command Path Rules
Each new program message must begin with the root command, unless it is optional (e.g.,
[:SENSe]). If the root is optional, simply treat a command word on the next level as the root.
The colon at the beginning of a program message is optional and need not be used. Example:
:DISPlay:ENABle <b> = DISPlay:ENABle <b>
When the path pointer detects a colon(;), it moves down to the next command level.










