Remote Control
R&S
®
ESR
943
User Manual 1175.7068.02 ─ 12
Manual operation:
See
MMEMory:DATA
<FileName>, [<Block>]
This command writes the block data contained in <block> into the file characterized by
<file_name>. The delimiter must be set to EOI to obtain error-free data transfer.
The associated query command reads the indicated file from the mass memory and
transfers it to the remote control computer. It should be noted that the buffer memory of
the control computer should be large enough to store the file. The setting of the delim-
iter is irrelevant in this case.
The command is useful for reading stored settings files or trace data from the instru-
ment or for transferring them to the instrument.
Parameters:
<FileName>
'<file name>' (file name in single quotes)
selects the file to be transferred
<Block>
binary data block with the following structure: #<digit for the
length of the length information><length information (number of
bytes) for the binary data><binary data>
Example:
MMEM:DATA 'TEST01.HCP',#216 This is the file
where:
#2
: the next 2 characters are the length indication
16
: number of subsequent binary data bytes
This is the file
: 16 bytes stored as binary data in the file
TEST01.HCP
MMEM:DATA? 'TEST01.HCP'
Transfers the file TEST01.HCP from the instrument to the con-
trol computer.
Usage:
SCPI confirmed
MMEMory:DELete
<FileName>
This command deletes the indicated files.
Parameters:
<FileName>
<file_name> = DOS file name
The indication of the file name contains the path and, optionally,
the drive name. Indication of the path complies with DOS con-
ventions.
Example:
MMEM:DEL 'TEST01.HCP'
The file TEST01.HCP is deleted.
Usage:
SCPI confirmed
Manual operation:
See
Data Management