beautypg.com

Teledyne LeCroy X-STREAM OSCILLOSCOPES Remote Control User Manual

Page 130

background image

P

A R T

T

W O

:

C O M M A N D S

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
[,][,][,][,][
,]

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$)