RIGOL Programming Overview
Programming Guide for DG1000
Symbol Description
Following symbols are usually used to assist to explain the parameters containd in a
command.
1. Braces { }
The options enclosed in a { } are parameters available in the command. Only one
option could be selected every time, and all the options are separated by ā|ā.
For example, {ON|OFF} indicateds that ON or OFF can be selected.
2. Square Brackets [ ]
The content in square brackets is optional and could be omitted, but could be
executed regardless whether it is omitted. For example,
DATA:COPY <destination arb name>[,VOLATILE]
This command copys the wave from volatile memory to the specified nonvolatile
memory. Wherein, [,VOLATILE] could be omitted.
3. Triangle Brackets < >
The parameter enclosed in < > must be replaced by an effective value.
For example,
DISPlay:CONTRAST <value>
wherein, <value> must be a numerical value, such as:
DISPlay:CONTRAST 25