User manual

RIGOL Chapter 2 Command System
2-166 MSO7000/DS7000 Programming Guide
Remarks
POSitive: indicates the rising edge.
NEGative: indicates the falling edge.
RFALl: indicates the rising or falling edge.
Return
Format
The query returns POS, NEG, or RFAL.
Example
:TRIGger:EDGE:SLOPe NEGative /*Sets the edge type to Falling Edge.*/
:TRIGger:EDGE:SLOPe? /*The query returns NEG.*/
:TRIGger:EDGE:LEVel
Syntax
:TRIGger:EDGE:LEVel <level>
:TRIGger:EDGE:LEVel?
Description
Sets or queries the trigger level of Edge trigger. The unit is the same as that of current
amplitude of the selected source.
Parameter
Name
Type
Range
Default
<level>
Real
(-5 × VerticalScale - OFFSet) to
(5 × VerticalScale - OFFSet)
0
Remarks
For VerticalScale, refer to the :CHANnel<n>:SCALe command. For OFFSet, refer
to the :CHANnel<n>:OFFSet command.
Only when the selected source is an analog channel, a digital channel, or an
external trigger, can this setting command is valid.
Return
Format
The query returns the trigger level in scientific notation.
Example
:TRIGger:EDGE:LEVel 0.16 /*Sets the trigger level to 160 mV.*/
:TRIGger:EDGE:LEVel? /*The query returns 1.600000E-1.*/