Keysight M8194A 120 GSa/s Arbitrary Waveform Generator User Guide 129
Remote Programming 4
:MMEMory:DATA[?]
Command :MMEMory:DATA <file_name>, <data>
Query :MMEMory:DATA?
Parameters <file_name>, <data>
Parameter Suffix None
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.
The query form is MMEMory:DATA? <file_name> with the response being
the associated <data> in block format.
Examples Command
:MMEM:DATA “C:\data.txt”, #14test
Query
:MMEM:DATA “C:\data.txt”
:MMEMory:DATA:APPend
Command :MMEMory:DATA:APPend "<file_name>",<blockdata>
Parameters <file_name>,<blockdata>
<file_name> - This variable names the destination file.
<blockdata> - This parameter represents the file length and data to be
appended.
Parameter Suffix None
Description The command appends byte data to an existing file stored in memory in
the specified "<file name>".
Examples Command
:MMEM:DATA "NVWFM1:IQ_Data",#14Y9oL
• "NVWFM1:IQ_Data" - File path and file name.
• #149oL - Data block
• # - This character indicates the beginning of the data block.
• 1 - Number of digits in the byte count.