Specifications

RIGOL Programming Overview
Programming Guide for DG10X2
1-4
Symbol Instruction
Following symbols are not included in commands, but whichi are usually used to assist
to explain the parameters containd in a command line.
1. Braces { }
The parameters or contents enclosed in a { } are reqired. Only one content or
parameter 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 [ ]
Some keywords or contents are enclosed by square bracket [ ], which indicates
that those parameters are optional and will be execute no matter whether been
ignored or not.
For example:
DATA:COPY <destination arb name>[,VOLATILE]
This command copys the wave from volatile memory to the specified nonvolatile
memory. Note: [,VOLATILE] may be ignored.
3. Triangle Brackets < >
An item enclosed in < > should be replaced by an effective value.
For example:
DISPlay:CONTRAST <value>
Note: <value> must be a numerical value, such as:
DISPlay:CONTRAST 25