Remote Control Commands
R&S
®
SMW200A
782User Manual 1175.6632.02 ─ 16
Parameters:
<Directory> <directory_name>
String containing the path to another directory. The path can be
relative or absolute.
To change to a higher directory, use two dots '..' .
Example: See Example "Working with files and directories" on page 779.
Usage: SCPI confirmed
Manual operation: See "Directory, File List and Filename" on page 631
:MMEMory:COPY <SourceFile>[,<DestinationFile>]
Copies an existing file to a new file. Instead of just a file, this command can also be
used to copy a complete directory together with all its files.
Setting parameters:
<SourceFile> string
String containing the path and file name of the source file
<DestinationFile> string
String containing the path and name of the target file. The path
can be relative or absolute.
If <DestinationFile> is not specified, the <SourceFile> is
copied to the current directory, queried with the :MMEMory:
CDIRectory command.
Note: Existing files with the same name in the destination direc-
tory are overwritten without an error message.
Example: See Example "Working with files and directories" on page 779.
Usage: Setting only
SCPI confirmed
Manual operation: See "Cut, Copy&Paste and Delete" on page 640
:MMEMory:DATA <Filename>, <BinaryBlock>
:MMEMory:DATA? <Filename>
The setting command writes the block data <BinaryBlock> to the file identified by
<Filename>.
Set the GPIB-bus terminator to EOI to ensure correct data transfer.
The query command transfers the specified file from the instrument to the GPIB-bus
and then on to the controller. It is important to ensure that the intermediate memory on
the controller is large enough to take the file. The setting for the GPIB-bus terminator is
irrelevant.
Tip: Use this command to read/transfer stored instrument settings or waveforms
directly from/to the instrument.
MMEMory Subsystem