MMEMory Subsystem R&S FSL
1300.2519.12 6.158 E-11
Parameter
<file_name>[,<block>]
<file_name> selects the file to be transferred
<block> binary data block with the following structure:
• character '#'
• digit for the length of the length information
• indicated number of digits as length information
(number of bytes) for the binary data themselves
• binary data with the indicated number of bytes
Example
MMEM:DATA 'TEST01.HCP,#216This is the file'
means: #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 control computer.
Characteristics
*RST value: -
SCPI: conform
Mode
all
MMEMory:DELete
This command deletes the indicated files.
Parameter
<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 conventions.
Example
MMEM:DEL 'TEST01.HCP'
The file TEST01.HCP is deleted.
Characteristics
*RST value: -
SCPI: conform
Mode
all