Source[1|2]:arb:edit:copy – GW Instek AFG-2225 User Manual User Manual
Page 262

AFG-2225 Series User Manual
262
data (16 bit integer). Therefore the number of bytes
is always twice the number of data points.
Syntax
DATA:DAC VOLATILE, <start>,{<binary
block>|<value>, <value>, . . . }
Parameter
<start>
Start address of the
arbitrary waveform
<binary block>
<value>
Decimal or integer values
±511
Example
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
Description
Copies a segment of a waveform to a specific
starting address.
Syntax
SOURce[1|2]:ARB:EDIT:COPY
[<start>[,<length>[,<paste>]]]
Parameter
<start>
Start address: 0~4095
<length>
1 ~ 4096
<paste>
Paste address: 0~4095
Example
SOUR1:ARB:EDIT:COPY 1000, 256, 1257
Copies 256 data values starting at address 1000
and copies them to address 1257.