Specifications

Command Descriptions
TDS3000, TDS3000B, and TDS3000C Series Programmer Manual
2- 133
FILESystem:PRInt (Set Only)
Prints a named file to the named port.
File system
FILESystem:PRInt <filepath>,{ GPIb | RS232 | CENtronics |
ETHERnet}
<file path> is a quoted string that defines the file name and path. Input the file
path using the form <drive>/<dir>/<filename>. <drive> and one or more
<dir>s are optional. If you do not specify them, the oscilloscope will print the
file in the current directory. <filename> stands for a filename of up to 8
characters and can be followed by a period (“.”) and a 3-character extension.
The current directory refers to the name of a directory as returned by the
FILESystem:CWD command.
GPIb specifies that the hard copy is sent out the GPIB port.
CENtronics specifies that the hard copy is sent out the Centronics port. (This
argument is not available on TDS3000C Series instruments.)
RS232 specifies that the hard copy is sent out the RS232 port.
ETHERnet specifies that the hard copy is sent out the Ethernet port.
FILESYSTEM:PRINT “TEK00000.IBM”,CENTRONICS
sends the file named TEK00000.IBM out the Centronics port.
FILESystem:REName (Set Only)
Assigns a new name to a file. You can also move a file by specifying the new
name in a different directory.
File system
FILESystem:REName <old file path>,<new file path>
<old file path> is a quoted string that defines the file to rename. Input the file
path using the form <drive>/<dir>/<filename>. <drive> and one or more
<dir>s are optional. If you do not specify them, the oscilloscope will look for
the filename in the current directory.
Group
Syntax
Arguments
Examples
Group
Syntax
Arguments