User Manual
31
8. Application Examples
E.g. 1: To Generate a Sine Wave via CH1
Target: Generate a sine wave with 20 kHz frequency, 2.5 Vpp amplitude, 500mV offset via
CH1.
Step
SCPI Command
Comment
0
*IDN?
/*Query ID to check the operating state*/
1
:CHAN CH1
/*Set current channel as CH1*/
2
:FUNC:SINE:LOAD OFF
/*Set the load as High Z*/
3
:FUNC:SINE:FREQ 20000
/*Set the frequency of the sine wave*/
4
:FUNC:SINE:AMPL 2.5
/*Set the amplitude*/
5
:FUNC:SINE:OFFS 0.5
/*Set the offset*/
6
:CHAN:CH1 ON
/*Enable the connector of CH1 at front panel*/
Note: When setting frequency in step 3, the waveform has been select as sine. Step 3, 4,
5 do not require the fixed order; you can adjust based on your operating habits.