Instructions

Chapter 2 Command System RIGOL
DSG800 Programming Guide 2-107
:SYSTem:TIME
Syntax :SYSTem:TIME <hour>,<min>,<sec>
:SYSTem:TIME?
Description Set the time of the instrument.
Query the time of the instrument.
Parameter
Name
Type
Range
Default
<hour>
ASCII string
00 to 23
--
<min>
ASCII string
00 to 59
--
<sec>
ASCII string
00 to 59
--
Return Format
The query returns the current time in "hh,mm,ss" format. For example, 16,40,30.
Example SYST:TIME 16,40,30
SYST:TIME?
:SYSTem:TIME:STATe
Syntax :SYSTem:TIME:STATe ON|OFF
:SYSTem:TIME:STATe?
Description Set the on/off status of the display of the time and date.
Query the on/off status of the display of the time and date.
Parameter
Name Type Range Default
ON|OFF Bool ON|OFF OFF
Explanation ON: turn on the display of the time and date.
OFF: turn off the display of the time and date.
Return Format The query returns ON or OFF.
Example SYST:TIME:STAT ON
SYST:TIME:STAT?