Agilent X-Series Signal Generators SCPI Command Reference 123
System Commands
Memory Subsystem (:MEMory)
Example
:MEM:DATA "NVWFM:IQ_Data",#210Qaz37pY9oL
The preceding example downloads 10 bytes of data to a file, IQ_Data, in the signal generator’s
non–volatile memory. The table shown below describes the command parameters.
NOTE The data, Qaz37pY9oL, in the above command are not valid and are shown for example
purposes only. Typically, ASCII characters representing data are unprintable.
Remarks See File Name Variables for information on the file name syntax.
:DATA:APPend
Supported All Models
:APPend "<file_name>",<data_block>
This commands appends data to an existing file stored in signal generator memory.
"<file_name>" This variable names the destination file and directory path.
<data_block> This parameter represents the data and file length parameters. The data in the file
is represented by the <data_block> variable. The file length parameters are used
by the signal generator for allocating memory.
Refer to the Programming Guide for more information on downloading and using files.
Example
:MEM:DATA:APPend "NVWFM:IQ_Data",#14Y9oL
•
"NVWFM:IQ_Data"
IQ_Data is the file name. The directory path is not needed. The
path "/USER/WAVEFORM/" is implied.
• #210Qaz37pY9oL
Data block
# This character indicates the beginning of the data block
2 Number of digits in the byte count
10 Byte count
Qaz37pY9oL 10 bytes of data