User manual
RIGOL Chapter 2 Command System
2-166 MSO1000Z/DS1000Z Programming Guide
:TRIGger:PULSe:UWIDth
Syntax :TRIGger:PULSe:UWIDth <width>
:TRIGger:PULSe:UWIDth?
Description
Set or query the upper pulse width in pulse width trigger. The default unit is s.
Parameter
Name
Type
Range
Default
<width>
Real
16ns to 10s
2μs
Explanation This command is available when the trigger condition (refer to :TRIGger:PULSe:WHEN) is
PGLess and NGLess.
Return
Format
The query returns the upper pulse width in scientific notation.
Example
:TRIGger:PULSe:UWIDth 0.000003 /*Set the upper pulse width to 3μs*/
:TRIGger:PULSe:UWIDth? /*The query returns3.000000e-06*/
Related
Command
:TRIGger:PULSe:LWIDth
:TRIGger:PULSe:LWIDth
Syntax :TRIGger:PULSe:LWIDth <width>
:TRIGger:PULSe:LWIDth?
Description
Set or query the lower pulse width in pulse width trigger. The default unit is s.
Parameter
Name
Type
Range
Default
<width>
Real
8ns to 9.99s
1μs
Explanation This command is available when the trigger condition (refer to :TRIGger:PULSe:WHEN) is
PGLess and NGLess.
Return
Format
The query returns the lower pulse width in scientific notation.
Example
:TRIGger:PULSe:LWIDth 0.000003 /*Set the lower pulse width to 3μs*/
:TRIGger:PULSe:LWIDth? /*The query returns 3.000000e-06*/
Related
Command
:TRIGger:PULSe:UWIDth