Specifications

Chapter 2 Command System RIGOL
DG1000Z Programming Guide 2-203
:TRIGger Commands
The :TRIGger commands are used to set the trigger source type, trigger input edge type and trigger delay
as well as generate a trigger event.
Command List:
:TRIGger[<n>]:DELay
:TRIGger[<n>][:IMMediate]
:TRIGger[<n>]:SLOPe
:TRIGger[<n>]:SOURce
:TRIGger[<n>]:DELay
Syntax :TRIGger[<n>]:DELay {<seconds>|MINimum|MAXimum}
:TRIGger[<n>]:DELay? [MINimum|MAXimum]
Description Set the burst delay of the specified channel.
Query the burst delay of the specified channel.
Parameter
Name Type Range Default
[<n>] Integer 1|2 1
<seconds> Real Refer to the Explanation 0s
Explanation The burst delay refers to the time from when the signal generator receives the
trigger signal to when it starts to output the N cycle or infinite burst. It is only
applicable to the N cycle and infinite burst modes.
For the N cycle or infinite burst mode in external trigger or manual trigger
(
[:SOURce[<n>]]:BURSt:TRIGger:SOURce), the range of <delay> is from 0s to
100s.
For the N cycle burst mode in internal trigger, the range of <delay> is from 0s to
(
2us×
cyclewaveformburst
NPP
) and the burst delay must be lower than or equal
to 100s.
Wherein,
burst
P
——burst period;
waveform
P
——waveform period (period of the burst function (such as
sine and square) ;
cycle
N
——number of cycles.
When [<n>] is omitted, the system sets the burst delay of CH1 by default.
Return Format The query returns the burst delay in scientific notation with 7 effective digits, for
example, 1.000000E+00 (the burst delay is 1s).
Example :TRIG:DEL 1 /*Set the burst delay of CH1 to 1s*/
:TRIG:DEL? /*Query the burst delay of CH1 and the query returns
1.000000E+00*/
Related
Command
[:SOURce[<n>]]:BURSt:TRIGger:SOURce