MMEMory Subsystem
Parameter
Typical Return
Copy the sequence file MySequence.seq and all associated segment files specified in the sequence file from internal
drive to the folder "Backup" on internal storage.
MMEM:COPY:SEQ "INT:\MySequence.seq","INT:\Backup"
l
The format for <
source
> and <
destination
> is "[[<
drive
>:]<
path
>]<
file_name
>", where <
drive
> can be INTer-
nal or USB, and <
path
> is a file path.
l
INTernal specifies the internal flash file system.USB specifies a front panel USB storage device.e.
l
If <
drive
> is specified, <
path
> is interpreted as an absolute path. Absolute paths begin with "\" or "/" and
start at the root folder of <
drive
>.
l
If <
drive
> is omitted, <
path
> is relative to the folder specified by MMEMory:CDIRectory. Relative paths must
not begin with "\" or "/".
l
Folder and file names cannot contain the following characters: \ / : * ? " < > |
l
The combination of folder and file name cannot exceed 240 characters.
l
The source file and folder and the destination folder must exist and cannot be marked hidden or system.
l
If the destination file exists, it is overwritten, unless marked as hidden or system.
l
To copy a sequence file to a sequence file of the same name in a different folder, you can specify just the
<
drive
> and/or <
path
> for <
destination
>.
MMEMory:DELete <
file
>
Deletes a file. To delete a folder, use MMEMory:RDIRectory.
Parameter
Typical Return
Any valid file name, including file extension.
(none)
Delete MyFreqMeas.sta from the root directory of the internal flash file system:
MMEM:DEL "INT:\MySetup.sta"
MMEMory:DOWNload:DATA <
binary_block
>
Downloads data from the host computer to a file in the instrument. The filename must have been previously specified
by
.
The data in <
binary_block
> is written to the select file, and any data previously stored in the file is lost.
Parameter
Typical Return
Any IEEE-488 definite or indefinite block
(none)
Writes the word "Hello" to the file "\Myfile" on internal storage.
MMEM:DOWN:FNAM "INT:\Myfile"
MMEM:DOWN:DATA #15Hello
Agilent 33500 Series Operating and Service Guide
255