![Tektronix AFG1000 Series Manual Download Page 73](http://html1.mh-extra.com/html/tektronix/afg1000-series/afg1000-series_manual_1077720073.webp)
64
AFG1000 Series Arbitrary Function Generator Programmer Manual
Command Descriptions
USER0.
DATA:COPY EMEMory,USER0
copies the waveform data in the user waveform memory USER0 to the edit
memory.
TRACe|DATA[:DATA]
This command transfers the waveform data from the external controller to the
edit memory in the instrument. The query returns the binary block data.
Group
Trace
Syntax
TRACe|DATA[:DATA]
EMEMory,<binary_block_data>
TRACe|DATA[:DATA]?
EMEMory
Arguments
<binary_block_data>
where <binary_block_data> is the waveform data in binary format.
Returns
<binary_block_data>
Examples
DATA:DATA EMEMory,#42000<DAB><DAB>...<DAB>
transmits a waveform to the edit memory in the instrument. The block data
element #42000 indicates that 4 is the number of digits in 2000 (byte count) and
the 2000 bytes of binary data are to be transmitted.
TRACe|DATA[:DATA]:VALue
This command sets or queries the data value at the specified point in the edit
memory.
Group
Trace
Syntax
TRACe|DATA[:DATA]:VALue EMEMory,<point>,<data>
TRACe|DATA[:DATA]:VALue? EMEMory,<point>