Instructions

Chapter 2 Command System RIGOL
DG2000 Programming Guide 2-61
it starts to output the N Cycle (or Infinite) burst.
For the N cycle burst or Infinite burst in the external trigger or manual trigger mode
(
[:SOURce[<n>]]:BURSt:TRIGger:SOURce), the range of <delay> is 0 s to 100 s.
For the N cycle burst in the internal trigger mode, the range of <delay> is 0 s to
(
2us×
cyclewaveformburst
NPP
) and its range should be smaller than or equal to 100 s.
Wherein,
burst
P
——burst period;
waveform
P
——waveform period (i.g. the period of the burst function (Sine, Square, etc.));
cycle
N
——number of the burst cycles.
When [:SOURce[<n>]] or [<n>] is omitted, the system sets the related parameters of CH1 by default.
Return Format
The query returns the burst delay in scientific notation, with 7 effective digits. For example, 1.000000E-01
(the burst delay is 0.1 s).
Example
:SOUR1:BURS:TDEL 0.1 /*Sets the burst delay of the N cycle burst or Infinite burst of CH1 to 0.1 s.*/
:SOUR1:BURS:TDEL? /*Queries the burst delay of the N cycle burst or Infinite burst of CH1 and the
query returns 1.000000E-01.*/
[:SOURce[<n>]]:BURSt:TRIGger[:IMMediate]
Syntax
[:SOURce[<n>]]:BURSt:TRIGger[:IMMediate]
Description
Triggers a burst output immediately on the specified channel.
Parameter
Name
Type
Range
Default
[<n>]
Discrete
1|2
1
Remarks
This command is only applicable to the burst mode in manual trigger
(
[:SOURce[<n>]]:BURSt:TRIGger:SOURce). If the output of the corresponding channel is not enabled
(
:OUTPut[<n>][:STATe]), the trigger will be ignored.
When [:SOURce[<n>]] or [<n>] is omitted, the system generates a trigger on CH1 by default.
Example
:SOUR1:BURS:TRIG /*Triggers a burst output immediately on CH1.*/
[:SOURce[<n>]]:BURSt:TRIGger:SLOPe
Syntax
[:SOURce[<n>]]:BURSt:TRIGger:SLOPe {POSitive|NEGative}
[:SOURce[<n>]]:BURSt:TRIGger:SLOPe?
Description
Sets the edge type of the trigger input signal in the burst mode of the specified channel to Rising (POSitive)
or Falling (NEGative).
Queries the edge type of the trigger input signal in the burst mode of the specified channel.