Technical data
Command Reference 5
Programmer’s Guide 67
Move Data to File
:MMEMory:DATA <file_name>,<definite_length_block>
:MMEMory:DATA? <file_name>
Loads <definite_length_block> into the memory location <file_name>.
The query returns the contents of the <file_name> in the format of a
definite length block. This command can be used for copying files out
of the analyzer over the remote bus.
Example: If want to load string “abcd” into file C:\
source.txt, use below command.
:MMEM:DATA "C:\source.txt",#14abcd
Delete a File
:MMEMory:DELete <"file_name”>
To delete a file. If <file_name> does not exist, a File Name Error will
occur.
Example: :MMEMory:DELete “C:\ABC.TRC”
Key access: Shift > File > Files Operation > Delete
Load a File
:MMEMory:LOAD
TRC|STA|SET|LIM|ANT|STD|COR,<“file_name”>
To load a file. If <file_name> does not exist, a File Name Error will
occur.
Example: :MMEMory:LOAD TRC,"C:\N934X_1.TRC"
Key access: Shift > File > Recall
Store a File
:MMEMory:STORe
TRC|STA|SET|LIM|ANT|STD|COR,<“file_name”>
To load a file. DAT|STA|SET||JPG|BMP|CSV indicates the file type.
Example: :MMEMory:STORe STA,“C:\ABC.STA”
Key access: Shift > File > Save As