RIGOL DG1000 Command System
Programming Guide for DG1000
Example
DATA:DAC VOLATILE,8192,16383,8192,0
3.
DATA:COPY
Syntax DATA:COPY < destination arb name >[,VOLATILE]
Function Copy the waveform from volatile memory to the specified
non-volatile memory.
Explanations
The arb name may contain up to 12 characters. The first
character must be a letter (A-Z or a-z
characters can be numbers (0-9) or the underscore character
(“_”). Blank space is invalid.
The VOLATILE parameter is optional and can be omitted. Note
that the keyword “VOLATILE” does not have abbreviation.
Use the DATA:DELete
command to delete the waveform in
volatile memory or any of the ten user-defined waveforms in
non-volatile memory.
Use the DATA:CATalog?
command to list all waveforms
currently stored in volatile and non-volatile memories.
Example DATA:COPY a1,VOLATILE
4.
DATA:DELete
Syntax DATA:DELete <arb name>
Function Delete the specified arbitrary waveform from either volatile
memory or non-volatile memory.
Example DATA:DEL a1
5.
DATA:CATalog?
Syntax
DATA:CATalog?
Function
Query the names of all waveforms currently available for selection.
Return Value The query returns the names of the five built-in waveforms
(non-volatile memory), “VOLATILE” (if a waveform is currently
downloaded to volatile memory), and all user-defined waveforms
downloaded to non-volatile memory, such as:
"VOLATILE","EXP_RISE","EXP_FALL","NEG_RAMP", "SINC",
"CARDIAC","A","B","C","D","E","F","G","H","I","J".
Syntax
DATA:RENAME <destination arb name>,<new arb name>