64
7.2.11.4 SYSTem:DATE
Description:
Sets the date of the instrument's real-time clock. Set the time with SYSTem:TIME.
The unix 32-bit timestamp is used, and the maximum time cannot exceed 2038.
Syntax:
SYSTem:DATE <year>,<month>,<day>
SYSTem: DATE?
Parameters:
<year>:1970-2038
<month>: 1-12
<day>:1 - the maximum number of days in the current month
Example:
SYST: DATE 2018, 5, 29
7.2.11.5 SYSTem:TIME
Description:
Sets the time of the instrument's real-time clock. Set the date with SYSTem:DATE.
Syntax:
SYSTem: TIME <hour>, <minute>, <second>
SYSTem: TIME?
Parameters:
<hour>: 0-23
<minute>: 0-59
<second>: 0-59
Example:
SYST: TIME 13, 59, 10
7.2.11.6 SYSTem:VERSion?
Description:
Query the current software version.
Syntax:
SYSTem:VERSion?
Parameters:
(none)
Example:
SYST: VER?
Typical return: "1.10"
7.2.12 DATA2 subsystem
This subsystem is used to read auxiliary measurement results.
Description:
Retrieve auxiliary measurement results
Syntax:
DATA2?
Parameters:
(none)
Example:
CONF:VOLT:DC 10
VOLT: DC: SEC BEF
READ?
Typical return: 1.70897747E-03
DATA2?
Typical return: 1.70897747E-03
7.2.13 NULL subsystem
This subsystem is used to set and control the null operation of the instrument.