![Rohde & Schwarz Cable Rider ZPH User Manual Download Page 252](http://html1.mh-extra.com/html/rohde-and-schwarz/cable-rider-zph/cable-rider-zph_user-manual_1477802252.webp)
Remote Commands
R&S
®
Cable Rider ZPH
217
User Manual 1321.0950.02 ─ 03
<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.
Usage:
Setting only
MMEMory:FILE
<FileName>[, <Block>]
This command creates a file.
Parameters:
<FileName>
String containing the filename.
<Block>
<block_data>
Example:
MMEM:FILE 'TEST.TXT'
Creates the file TEST.TXT.
MMEMory:FILE:DATE
<FileName>[, <Year>, <Month>, <Day>]
This command sets the date of a file.
Remote Control - Commands