:MMEMory:DATA? Function Queries the data in the specified file.
Syntax :MMEMory:DATA?<wsp><"file name">
[,INTernal| EXTernal]
<"file name">= Name of the file to be read
Response
The data that was read (binary block data of
fixed length starting with “#”)
Example
:MMEMORY:DATA? "test.csv",internal
-> #18ABCDEFGH
Explanation
• Maximum file size that can be sent is 1 MB.
• For the data format of the fixed length blocks, see :FORMat
Command.
• This is a sequential command.
Also, see attached picture.
|