Rigol MSO1074Z-S 4-channel oscilloscope, Digital Storage oscilloscope, MSO1074Z-S User Manual

Product codes
MSO1074Z-S
Page of 172
RIGOL 
DS1000Z Programming Guide 
2-91
 
:TRIGger:SLOPe:WHEN 
Syntax 
:TRIGger:SLOPe:WHEN <when> 
:TRIGger:SLOPe:WHEN? 
Description 
Set or query the trigger condition in slope trigger.
 
Parameter 
Name 
Type 
Range 
Default 
<when>  Discrete  {PGReater|PLESs|NGReater|NLESs|PGLess|NGLess}  PGReater 
 
Explanation 
  PGReater/PLESs: you need to specify a time value (refer to 
)
The oscilloscope triggers when the positive slope time of the input signal is 
greater/lower than the specified time. 
  NGReater/NLESs: you need to specify a time value (refer to 
)
The oscilloscope triggers when the negative slope time of the input signal is 
greater/lower than the specified time. 
  PGLess/NGLess: you need to specify a upper limit (refer to 
and a lower limit (refer to 
) of time. The oscilloscope 
triggers when the positive/negative slope time of the input signal is greater than the 
specified lower limit and lower than the specified upper limit.
 
Return 
Format 
The query returns PGR, PLES, NGR, NLES, PGL or NGL.   
Example 
:TRIGger:SLOPe:WHEN NLESs    /*Set the trigger condition to NLESs*/ 
Related 
Command
 
 
 
:TRIGger:SLOPe:TIME 
Syntax 
:TRIGger:SLOPe:TIME <time> 
:TRIGger:SLOPe:TIME? 
Description 
Set or query the time value in slope trigger. The default unit is s. 
 
Parameter 
Name 
Type 
Range 
Default 
<time> 
Real 
8ns to 10s 
PGReater, NGReater: 1μs 
PLESs, NLESs: 2μs 
 
Explanation 
This command is available when the trigger condition (refer to 
) is 
PGReater, PLESs, NGReater and NLESs. 
 
Return 
Format 
The query returns the time value in scientific notation.   
Example 
:TRIGger:SLOPe:TIME 0.000003   /*Set the time value to 3μs*/ 
:TRIGger:SLOPe:TIME?   /*The query returns 3.000000e-06*/ 
Related 
Command