118
Keysight M8131A 16/32 GSa/s Digitizer User’s Guide
4
Remote Programming
:MMEMory:DELete
Command
:MMEMory:DELete <file_name>[,<directory_name>]
Description
The command removes a file from the specified directory. The
<file_name>
parameter specifies the file to be removed.
Parameters
<file_name>
Example
Command
:MMEM:DEL "C:\data.txt"
:MMEMory:DATA
Command
:MMEMory:DATA <file_name>, <data>
Description
The command form is
MMEMory:DATA <file_name>,<data>
. It loads
<data>
into the file
<file_name>
.
<data>
is in 488.2 block format.
<file_name>
is string data.
Parameters
<file_name>, <data>
Example
Command
:MMEM:DATA “C:\data.txt”, #14test
:MMEMory:DATA:APPend
Command
:MMEMory:DATA:APPend <file_name>, <data>
Description
The command form is MMEMory:DATA:APPend <file_name>,<data>. It
appends <data> to the existing file <file_name>. <data> is in 488.2 block
format.
<file_name> is string data.
Parameters
<file_name>, <data>
Example
Command
:MMEM:DATA:APP "C:\data.txt", #14test