Instructions

Table Of Contents
RIGOL Chapter 2 Command System
2-80 RSA5000 Programming Guide
:FORMat[:TRACe][:DATA]
Syntax
:FORMat[:TRACe][:DATA] ASCii|INTeger,32|REAL,32|REAL,64
:FORMat[:TRACe][:DATA]?
Description
Sets the input/output format of the trace data.
Queries the input/output format of the trace data.
Parameter
Name
Type
Range
Default
——
Keyword
ASCii|INTeger,32|REAL,32|REAL,64
ASCii
Remarks
ASCii: ASCII characters, separated by commas.
INTeger,32: binary 32-bit integer values.
REAL,32: binary 32-bit real values.
REAL,64: binary 64-bit real values.
Return Format
The query returns ASC,8, INT,32, REAL,32, or REAL,64.
Example
The following command sets the input/output format of the trace data to REAL,32.
:FORMat:TRACe:DATA REAL,32
The following query returns REAL,32.
:FORMat:TRACe:DATA?