Manual

P
ART
T
WO
:
COMMANDS
124
ISSUED: February 2005
WM-RCM-E Rev D
DATE
DATE
Command/Query
DESCRIPTION Sets the date and time of the real-time clock in the instrument. Note
that you do not need to specify any parameters after the one you want
to change, but you MUST include all those before it.
COMMAND SYNTAX A
DATE
<day>[,<month>][,<year>][,<hour>][,<minute>][
,<second>]
COMMAND SYNTAX B
DATE SNTP (to set the date and the time from the internet.
QUERY SYNTAX
DATE?
EXAMPLE (GPIB)
The following instruction sets the date to January 1, 1997, and the time
to 1:21:16.
CMD$=”DATE 1,JAN,1997,13,21,16”
CALL IBWRT(SCOPE%,CMD$)