Specifications

RIGOL Chapter 2 Command System
2-218 M300 Programming Guide
SYSTem:TIME
Syntax SYSTem:TIME <hh>,<mm>,<ss.sss>
SYSTem:TIME?
Description
Set or query the instrument clock (based on a 24-hour clock).
Parameters
Name
Type
Range
Default
<hh>
Integer
Hour, an integer value between 0 and 23.
None
<mm>
Integer
Minute, an integer value between 0 and 59.
None
<ss.sss> Integer
Second, an integer value between 0 and 60.
Millisecond, an integer value between 0 and 999.
None
Explanation If you send a time with incorrect format (such as 26,30,23.000 or 23,30,64.000),the
instrument will generate an error.
You can omit the millisecond of <ss.sss>, the instrument treated the millisecond as
zero.
The time setting is stored in the non-volatile memory (refer to
Appendix C:
Non-volatile Memory) and does not change when the power has been off, after a
Factory Reset (send the
*RST command) or after an Instrument Preset (send the
SYSTem:PRESet command).
Return
Format
The query returns the time in the form of "hh,mm,ss.sss.
Example
SYST:TIME 9,31,25.000
SYST:TIME?
The query returns 09,31,26.000
Related
commands
SYSTem Command Subsystem
SYSTem:DATE
SYSTem:TIME:SCAN?
Syntax SYSTem:TIME:SCAN?
Description
Query the start of the lastest scan.
Explanation You can query the start of the lastest scan, even during a scan.
The return format of this command is not affected by the
FORMat Command
Subsystem commands.
The instrument clears all the readings from the reading memory after a Factory Reset
(send the
*RST command), after an Instrument Preset (send the SYSTem:PRESet
command) or when the mainframe power is cycled (the power-on value is set to
Default, refer to the SYSTem:UTIlity:CONFigure:POWEron command).
Return
Format
The query returns the start of the lastest scan in the form of "yyyy,mm,dd,hh,mm,ss.sss.
Example
SYST:TIME:SCAN?
The query returns 2013,06,30,21,21,56.126.
Related
commands
SYSTem:DATE
SYSTem:TIME