:SYSTem:TIME?
Query Syntax
:SYSTem:TIME?
Description
Queries the time in Infiniium in 24-hour format. The time is returned as a string with comma-separated values of <hour>,<minute>,<seconds>. For example,
"08,55,10"
which represents 8:55 am and 10 seconds. If the time was 8:55 pm instead, the time returned by the string would be:
"20,55,10"
Use the :SYSTem:DATE? query to return the date. Use the :SYSTem:UTCNow? query to return the Coordinated Universal Time (UTC).