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
75
:DATA?
Command syntax:
:CALCulate2:TRACe:DATA?
Return String Format:
If no readings are in buffer: Empty
If 5 readings are in buffer:
<reading><sp><unit>:<LF>
<reading><sp><unit>:<LF>
<reading><sp><unit>:<LF>
<reading><sp><unit>:<LF>
<reading><sp><unit>:<LF>
Note: Using GPIB interface, the Return String Format will be different than above in that
<LF> character will not follow after every reading. For example, for 2 readings, the
format will be:
<reading><sp><unit>:<reading><sp><unit>:
Where:
<reading> - This is the stored reading and consists of 8 characters, which includes decimal.
If the reading does not take up 8 characters, the unused characters become spaces.
For example: If the stored reading is 11.0016, the return string is: _ 11.0016
If the stored reading is 0.326, the return string is: _ _ _0.326
(where _ is a space)
<sp> - This is a space character.
<unit> - This is the unit notation that corresponds to the <reading>.
It can be m (10
-3
), u(10
-6
), or n(10
-9
).
If the <reading> does not require a unit notation, this becomes a <sp>.
For example: 1.234 VDC does not require a unit notation.
<LF> - Linefeed character (0x0A, \n)
Description:
When this command is sent, all the readings stored in the buffer are sent to the computer. If there
are no readings in the buffer, it will return with the string “Empty”.










