Instructions

Table Of Contents
RIGOL Chapter 2 Command System
2-184 RSA5000 Programming Guide
:SYSTem:CONFigure:INFormation?
Syntax
:SYSTem:CONFigure:INFormation?
Description
Queries the system information of the spectrum analyzer.
Remarks
The system information includes the model, serial number, software and hardware version number, and
firmware version number.
Return Format
The query returns the system information. For example,
Model:RSA5065
SN:RSA5B192000020
Main Board:00.01.00
Keyboard:00.01.00
CPU:00.01.00
SPU:00.01.02
WPU:00.01.00
BOOT:00.01.00
OS:00.01.00
Firmware:00.01.00
Note: When you use RSA5065-TG/RSA5032-TG, the query also returns information about "TG Board".
:SYSTem:DATE
Syntax
:SYSTem:DATE <year>,<month>,<day>
:SYSTem:DATE?
Description
Sets the date of the instrument.
Queries the date of the instrument.
Parameter
Name
Type
Range
Default
<year>
ASCII String
2000 to 2099
——
<month>
ASCII String
01 to 12
——
<day>
ASCII String
01 to 31
——
Return Format
The query returns the current date in the format of "YYYY,MM,DD".
Example
The following command sets the date of the instrument to 2017/11/16.
:SYSTem:DATE 2017,11,16
The following query returns 2017,11,16
:SYSTem:DATE?