MMEMory Subsystem FSE
1065.6016.12 6.134 E-16
:MMEMory:CDIRectory <directory_name>
This command changes the current directory.
Parameter: <directory_name>::= DOS path name
Example: ":MMEM:CDIR ’C:\USER\DATA’"
Features: *RST value: -
SCPI: conforming
Modes: A, VA, BTS, MS
In addition to the path name, the indication of the directory may contain the drive name. The path
name complies with the DOS conventions.
:MMEMory:COPY <file_source>,<file_destination>
This command copies the files indicated.
Parameter: <file_source>,<file_destination> ::= <file_name>
<file_name> ::= DOS file name
Example: ":MMEM:COPY ’C:\USER\DATA\SETUP.CFG’,’A:’"
Features: *RST value: -
SCPI conforming
Modes: A, VA, BTS, MS
The indication of the file name may include the path and the drive. The file names and path
information must be in accordance with the DOS conventions. This command is an event which is
why it is not assigned an *RST value and has no query.
:MMEMory:DATA <file_name>[,<block data>]
This command writes block data to the specified file.
Syntax: :MMEMory:DATA <file_name>,<block data>
:MMEMory:DATA? <file_name>
Example: ":MMEM:DATA? ’TEST01.HCP’"
":MMEM:DATA ’TEST01.HCP’, #217This is the file"
Features: *RST value: -
SCPI: conforming
Modes: A, VA, BTS, MS
Each <block> starts with the character ‘#’, followed by the value stating the length of the length
information. This is followed by one or several characters for the length information; then come the
data themselves. The end character must be set to EOI to ensure correct data transmission.