MMEMory:COPY
Syntax
MMEMory:COPY <file1>,<file2>
Description
This command copies <file>1 to <file2>. The file names must include any file extension.
Remarks
l The format for <file1> and <file2> is "[[<drive>:]<path>]<file_name>", where <drive> can be INTernal or
USB, and <path> is a file path.
o
INTernal specifies the internal flash file system. USB specifies a front panel USB storage device.
o
If <drive> is specified, <path> is interpreted as an absolute folder path. Absolute paths begin with a "\"
or "/" and start at the root folder of <drive>.
o
If <drive> is omitted, <path> is relative to the folder specified by the MMEMory:CDIRectory command.
Relative paths must not begin with "\" or "/".
o
Folder and file names cannot contain the following characters: \ / : * ? " < > |
o
The combination of folder and file name cannot exceed 240 characters.
o
The source file and folder must exist and cannot be marked as hidden or system.
o
The destination folder must exist and cannot be marked as hidden or system.
o
If the destination file exists, it will be overwritten, unless marked as a hidden or system file.
l To copy a file to a file of the same name in a different folder, you can specify just the <drive> and/or
<path> for <file2>.
Examples
The following example copies the state file MyFreqMeas.sta from the root directory to the folder "Backup"
on the internal flash file system.
MMEM:COPY "INT:\MyFreqMeas.sta","INT:\Backup"
See Also
MMEMory:CDIRectory
MMEMory:MOVE
Keysight 53220A/53230A Programmer's Reference 297
MMEMory:COPY