![Rohde & Schwarz 1321.1211.02 User Manual Download Page 507](http://html1.mh-extra.com/html/rohde-and-schwarz/1321-1211-02/1321-1211-02_user-manual_1477772507.webp)
Remote Commands
R&S
®
Cable Rider ZPH
500
User Manual 1321.0950.02 ─ 07
Example:
MMEM:COPY '\Public\Standards\cdmaOne.obwstd',
'\USB\cdmaOne.std'
Copies the cdmaOne standard file to a memory stick.
Usage:
Setting only
MMEMory:DATA
<TargetFile>[, <Block>]
This command writes block data into a file. The delimiter must be set to EOI to obtain
error-free data transfer.
When you query the contents of a file, you can save them in a file on the remote con-
trol computer.
The command is useful for reading stored settings files or trace data from the instru-
ment or for transferring them to the instrument.
Parameters:
<TargetFile>
String containing the path and filename.
<Block>
<block_data>
Data block with the structure:
# represents hash sign
<number> represents length of the length information
<number> represents length information of the binary data
(number of bytes)
<data> binary data with the indicated number of bytes
Example:
MMEM:NAME '\Public\User\Testfile.txt'
Creates a new file called 'Testfile.txt'.
MMEM:DATA
'\Public\User\Testfile.txt',#220Contents of the
file
The parameters mean:
- '\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
MMEM:DATA? '\Public\User\Testfile.txt'
Transfers the contents of the file 'Testfile.txt' to the control com-
puter.
MMEMory:DELete
<File>
This command deletes a file.
Parameters:
<File>
String containing the path and filename of the file to delete.
Example:
MMEM:DEL '\Public\Screen Shots\Screen0001.png'
Deletes the file Screen0001.png.
Remote Control - Commands