User manual

AFG-2225 Series User Manual
262
data (16 bit integer). Therefore the number of bytes
is always twice the number of data points.
DATA:DAC VOLATILE, <start>{<binary
block>|<value>, <value>, . . . }
<start>
Start address of the
arbitrary waveform
<binary block>
<value>
Decimal or integer values
±511
DATA:DAC VOLATILE, #216 Binary Data
The command above downloads 5 data values
(stored in 16 bytes) using the binary block format.
DATA:DAC VOLATILE, 1000, 511, 200, 0, -200, -511
Downloads the data values (511, 200, 0, -200, -511)
to address 1000.
SOURce[1|2]:ARB:EDIT:COPY
Source Specific
Command
Copies a segment of a waveform to a specific
starting address.
SOURce[1|2]:ARB:EDIT:COPY
[<start>[,<length>[,<paste>]]]
<start>
Start address: 0~4095
<length>
1 ~ 4096
<paste>
Paste address: 0~4095
SOUR1:ARB:EDIT:COPY 1000, 256, 1257
Copies 256 data values starting at address 1000
and copies them to address 1257.