RIGOL
2-78
VSA Programming Guide
:SYSTem:TIME
Syntax
:SYSTem:TIME <hour>,<minute>,<second>
:SYSTem:TIME?
Description
Sets the system time of the instrument.
Queries the system time of the instrument.
Parameter
Name
Type
Range
Default
<hour>
ASCII String
00 to 23
--
<minute>
ASCII String
00 to 59
--
<second>
ASCII String
00 to 59
--
Return Format
The query returns the current system time in the format of "HH,MM,SS".
Example
The following command sets the system time to "15:10:30".
:SYSTem:TIME 15,10,30
The following query returns 15,10,30.
:SYSTem:TIME?