Specifications
RIGOL Application Examples
Programming Guide for DG10X2
3-6
Example 4: To generate a FSK wave via CH1
Target: Generate a FSK wave with: 10 kHz, 5 Vpp, 0 V
DC
of carrier, internal
modulation source, 800 Hz of hop frequency and 200 Hz of FSK rate.
How to realize via commands?
0 *IDN? /* Query ID to check the operating state */
1 FUNC SIN /*Select carrier function*/
2 FREQ 10000 /* Set the frequency of carrier*/
3 VOLT:UNIT VPP /* Set the amplitude unit of carrier */
4 VOLT 2.5 /*Set the amplitude of carrier */
5 VOLT:OFFS 0 /* Set the offset of carrier */
6 FSK:STAT ON /* Enable FSK function*/
7 FSK:SOUR INT /* Select internal modulation source */
8 FSK:FREQ 800 /* Set the hop frequency */
9 FSK:INT:RATE 200 /* Set the FSK rate*/
10 OUTP ON /* Enable the [Output] connector of CH1 at front
panel */