Agilent N5181A/82A MXG Signal Generators SCPI Command Reference 13
SCPI Basics
SCPI Basics
Example Using Format 4
:MEM:COPY "/USER/WAVEFORM/IQ_DATA","/USER/BBG1/WAVEFORM/IQ_DATA"
The preceding example copies a file named IQ_DATA located in the WAVEFORM directory to a file
named IQ_DATA in volatile waveform memory (WFM1).
The following examples show commands, with different formats, that can be used to download a
waveform file named Test_Data into the signal generator’s volatile waveform memory (WFM1):
These commands are equivalent. The data block, #ABC, is described as follows:
# This character indicates the beginning of the data block
A Number of digits in the byte count B
B Byte count in C
C Waveform data
Refer to “:DATA” on page 81 and the Programming Guide for more information on data blocks and
downloading waveform data.
Command Syntax Format 3
:MEMory:DATA "WFM1:Test_Data",#ABC
Command Syntax Format 4
:MEMory:DATA "/USER/BBG1/WAVEFORM/Test_Data",#ABC