![Rohde & Schwarz FPC Series User Manual Download Page 223](http://html.mh-extra.com/html/rohde-and-schwarz/fpc-series/fpc-series_user-manual_1477824223.webp)
Remote Control
R&S
®
FPC
220
User Manual 1178.4130.02 ─ 07
Prerequisites for this command
●
).
Parameters:
<FileName>
String containing the path and name of the file, including the file-
name extension.
The path and file name comply with Windows conventions. Note
that the folder and filename references in the string are case-
sensitive.
<BlockData>
Data block with the following structure.
#
Hash sign.
<number>
Length of the length information.
<number>
Length information of the binary data (number of bytes).
<data>
Binary data with the indicated <number> of bytes.
Example:
//Create a new file called 'Testfile.txt'
MMEM:NAME '\Public\funny\Testfile.txt'
//Write block data
MMEM:DATA
'\Public\User\Testfile.txt',#220Contents of the
file
//Meaning of the parameters:
•
'\Public\...' selects the target file
•
#2: hash sign and length of the length information (20 bytes = 2
digits)
•
20: indicates the number of subsequent binary data bytes
•
Contents of the file: store 20 binary bytes (characters) to the
file
//Transfer the contents of the file 'Testfile.txt' to the control com-
puter.
MMEM:DATA? '\Public\User\Testfile.txt'
Manual operation:
See
MMEMory:DELete
<File>
This command deletes a file.
Setting parameters:
<File>
String containing the path and name of the file, including the file-
name extension.
The path and file name comply with Windows conventions. Note
that the folder and filename references in the string are case-
sensitive.
Data Management