Specifications

Command Descriptions
2- 128
TDS3000, TDS3000B, and TDS3000C Series Programmer Manual
FILESYTEM?
might return :FILESYSTEM:CWD “fd0:/”;DELWARN 1;OVERWRITE 1,
(Confirm Delete on, Overwrite Lock on).
FILESsystem:CWD?, FILESystem:DELWarn, FILESystem:OVERWrite
FILESystem:COPy (Set Only)
Copies a named file or files to a new file. The new file may be in a totally
separate directory than the old file. Also, you can use wild card characters (*.*)
to copy multiple files with one command.
File system
FILESystem:COPy { <source file path>,<destination file path> |
<source directory path>,<destination file path> | <source
directory path>,<destination directory path> }
<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 copy 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. You
can also use the inclusive filename *.* in the source file path to copy all files.
<directory path> is a quoted string that defines the directory. Input the
directory using the form <drive>/<dir>/<directory name>. <drive> and one
or more <dir>s are optional. If you do not specify them, the oscilloscope will
copy the directory in the current directory. <directory name> stands for a
directory name 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? query.
FILESYSTEM:COPY “TEK00001.SET”,“fd0:/TEK00001.SET”
copies the file named TEK00001.SET on the current drive to a file named
TEK00001.SET on the drive fd0: in the root directory.
FILESYSTEM:COPY “fd0:/YOURDIR/TEK00001.SET”,“fd0:/MYDIR”
copies the file named TEK00001.SET on the fd0: drive and the YOURDIR
directory to the MYDIR directory on the same drive.
Examples
Related Commands
Group
Syntax
Arguments
Examples