Remote control commands and queries, Display – Teledyne LeCroy X-STREAM OSCILLOSCOPES Remote Control User Manual
Page 145

Remote Control Commands and Queries
WM-RCM-E Rev D
ISSUED: February 2005
139
DISPLAY
EMAIL, MAIL
Command/Query
DESCRIPTION
The EMAIL command sets up the e-mail configuration in the
“Preferences” dialog.
COMMAND SYNTAX
EMAIL MODE,
<SMTP or MAPI>,TO,’<to address>’,
FROM,’
<from address>’,SERVER,’<SMTP Server>’
<SMTP or MAPI>:={SMTP, MAPI}
<to address >:= valid recipient address, e.g.,
<from address>:=valid originator address, e.g.,
<SMTP Server>:=valid SMTP server address, e.g.,
“domino.lecroy.com”
QUERY SYNTAX
MAIL?
RESPONSE FORMAT
MAIL
MODE,SMTP,TO,"[email protected]",FROM,"MY
[email protected]",SERVER,"DOMINO.LECROY.
COM"
EXAMPLE (GPIB)
CMD$=“ MAIL
MODE,SMTP,TO,’[email protected]’,FROM,’MY
[email protected]’,SERVER,’DOMINO.LECROY.
COM’”: CALL IBWRT(SCOPE%,CMD$)