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
63
6.2 Command Syntax
6.2.1 Commands and command parameters
Common commands and SCPI commands may or may not use a parameter. The following are some
examples:
*RST No parameter used
:FORMat <name> Parameter<name> required
:IMMediate No parameter used
For commands that use a parameter, include a space in between the command and the parameter.
Brackets [ ]: Some command words are enclosed in brackets. These brackets are used to denote
an optional command word that does not need to be included in the program message. For
example:
:RANGe[:UPPer] <n>
These brackets indicate that :UPPer is optional and does not have to be used. Thus, the above
command can be sent in one of the two ways below:
:RANGe <n>
or :RANGe:UPPer <n>
NOTICE: When using optional command words in your program, do not include the
brackets.
Angel brackets <>: Angle brackets are used to denote a parameter type. Do not include the
brackets in the program message. For example:
:HOLD:STATe <b>
The <b> indicates that a Boolean-type parameter is required. Thus, to enable the HOLD feature,
you must send the command with ON or 1 parameter as below:
:HOLD:STATe ON
or :HOLD:STATe 1
Parameter types: The following are some of the more common parameter types:
<b> Boolean: Used to enable or disable an instrument operation. “0” or “OFF” disables the
operation and “1” or “ON” enables the operation. Example:
:CURRent:AC:RANGe:AUTO ON Enable autoranging
<name> Name parameter: Select a parameter name from a listed group. Example:










