Specifications
RIGOL Application Examples
Programming Guide for DG10X2
3-8
Example 6: To generate a burst via CH1
Target: Generate a burst with: 3-cycle of square, 0° of initial phase, 10 ms of burst
period and adopt internal trigger.
How to realize via commands?
0 *IDN? /* Query ID to check the operating state */
1 FUNC SQU /* Select burst function */
2 BURS:STAT ON /* Enable burst state */
3 BURS:MODE TRIG /* Select the burst mode */
4 BURS:NCYC 3 /* Set the cycle number */
5 BURS:PHAS 0 /* Set the initial phase*/
6 BURS:INT:PER 0.01 /* Set the period */
7 TRIG:SOUR IMM /* Select internal trigger source */
8 OUTP ON /* Enable the [Output] connector of CH1 at front
panel */