RIGOL
VSA Programming Guide
2-73
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?
:SYSTem:FSWitch[:STATe]
Syntax
:SYSTem:FSWitch[:STATe] OFF|ON|0|1
:SYSTem:FSWitch[:STATe]?
Description
Sets the power switch on the front panel to be turned on or off.
Queries whether the power switch on the front panel is turned on or off.
Parameter
Name
Type
Range
Default
--
Bool
OFF|ON|0|1
ON|1
Return Format
The query returns 0 or 1.
Example
The following command sets the power switch on the front panel to be turned off.
:SYSTem:FSWitch:STATe OFF or :SYSTem:FSWitch:STATe 0
The following query returns 0.
:SYSTem:FSWitch:STATe?
:SYSTem:LANGuage
Syntax
:SYSTem:LANGuage ENGLish|CHINese
:SYSTem:LANGuage?
Description
Sets the language of the instrument.
Queries the language of the instrument.
Parameter
Name
Type
Range
Default
--
Keyword
ENGLish|CHINese
ENGLish
Return Format
The query returns ENGL or CHIN.
Example
The following command sets the language to English.
:SYSTem:LANGuage ENGLish