TDS5000B Online Programmer Guide
-- 2 4 --
EMail:SMTPPort Sets or queries the SMTP port number that the
e--mail server uses
EMail:SMTPServer Sets or queries the address of the SMTP mail
server.
EMail:STATus? Queries the status of e--mail.
EMail:TIMEout Sets or queries the global timeout in seconds.
EMail:TO Sets or queries the address of the recipient(s) of
an e--mail. Multiple addresses are separated with
a semicolon (;)
EMail:TRIgger Sets or queries whether e--mail is sent when a trig-
ger occurs
EMail:WAVEform sets or queries whether waveform data is included
in the e--mail.
File System Command Group
Use the commands in the File System Command Group to help you use
the built--in hard disk drive and floppy disk drive. You can use the com-
mands to do the following:
H List the contents of the default directory
H Create and delete directories
H Create, copy, read, rename, or delete a file
When using these commands, keep the following points in mind:
H File arguments are always enclosed within double quotes:
”C:\MYDIR\TEK00001.SET”
H File names follow the MSDOS format: [DRIVE:][\PATH\]filename
H Path separators may be either forward slashes (/) or back slashes (\)
NOTE: Using back slash as a path separator may produce some
unexpected results, depending on how your GPIB controller ap-
plication treats escaped characters. Many applications recognize
the sequence of back slash followed by an alphabetic character as
an escaped character, and, as such, interpret that alphabetic char-
acter as a control character. For example, the sequence ”\n” may
be interpreted as a newline character; ”\t” may be interpreted as a
tab character. To ensure that this interpretation does not occur,
you can use double back slashes. For example, ”C:\\testfile.txt”.
H Some FILESystem commands may fail because a file has
read--only attributes. You will not be able to delete or replace such
files until this attribute is removed. Refer to the operating system
help on file properties for further information.