To Output A Burst Waveform - Rigol DG800 Pro Series Programming Manual

Function/arbitrary waveform generator
Hide thumbs Also See for DG800 Pro Series:
Table of Contents

Advertisement

Application Examples
to 500 Hz, the start hold time to 0.1 s, the stop hold to 0.1 s, the trigger source to
manual, and the edge type of the trigger output signal to leading edge.
Method
*IDN? /*Queries the ID string of the signal generator to test
whether the remote communication works normally.*/
:SOURce1:FUNCtion SINusoid /*Sets the waveform to Sine for CH1.*/
:SOURce1:VOLTage 5 /*Sets the waveform amplitude to 5 Vpp for CH1.*/
:SOURce1:VOLTage:OFFSet 0 /*Sets the offset to 0 Vdc for CH1.*/
:SOURce1:SWEep:STATe ON /*Enables the Sweep function for CH1.*/
:SOURce1:SWEep:SPACing LINear /*Sets the sweep type to linear sweep
for CH1.*/
:SOURce1:SWEep:TIME 3 /*Sets the sweep time to 3 s for CH1.*/
:SOURce1:SWEep:RTIMe 0.1 /*Sets the return time of the Sweep
function to 0.1 s for CH1.*/
:SOURce1:FREQuency:STARt 100 /*Sets the start frequency of the
Sweep function to 100 Hz for CH1.*/
:SOURce1:FREQuency:STOP 1000 /*Sets the stop frequency of the Sweep
function to 1 kHz for CH1.*/
:OUTPut1:SYNC:MODE MARKer /*Enables the mark frequency function for
CH1.*/
:SOURce1:MARKer:FREQuency 500 /*Sets the mark frequency to 500 Hz
for CH1.*/
:SOURce1:SWEep:HTIMe:STARt 0.1 /*Sets the start hold time to 0.1 s
for CH1.*/
:SOURce1:SWEep:HTIMe:STOP 0.1 /*Sets the stop hold time to 0.1 s
for CH1.*/
:TRIGger1:SOURce BUS /*Sets the sweep trigger source to manual for
CH1.*/
:OUTPut1:TRIGger ON /*Enables the trigger output for CH1.*/
:OUTPut1:TRIGger:SLOPe POSitive /*Sets the edge of the trigger
output signal to leading edge for CH1.*/
:OUTPut1 ON /*Enables the output of CH1.*/
:TRIGger1:IMMediate /*Triggers a sweep immediately in CH1.*/
4.7

To Output a Burst Waveform

Requirements
Use the SCPI commands to realize the following functions:
Output a burst waveform from the CH1 output connector on the front panel; set the
burst waveform to sine wave (1 kHz frequency, 5 Vpp amplitude, 0 Vdc offset, and 0°
start phase), the burst type to N-Cycle burst with 10 burst count, the burst time to 0.1
s, the trigger source to internal trigger, the edge of the trigger output signal to
trailing edge, and the trigger delay to 0.01 s.
Method
*IDN? /*Queries the ID string of the signal generator to check
whether the remote communication is normal.*/
:SOURce1:APPLy:SINusoid 1000,5,0,0 /*Sets the CH1 waveform to sine
wave with 1 kHz frequency, 5 Vpp amplitude, 0 Vdc offset, and *0°
start phase./
:SOURce1:BURSt:STATe ON /*Enables the burst function for CH1.*/
:SOURce1:BURSt:MODE TRIGgered /*Sets the burst type to N-Cycle for
CH1.*/
:TRIGger1:SOURce IMMediate /*Sets the trigger source to internal
for CH1.*/
DG800 Pro/DG900 Pro Programming
Guide
192
Copyright ©RIGOL TECHNOLOGIES CO., LTD. All rights reserved.

Advertisement

Table of Contents
loading

Table of Contents