User manual

Chapter 2 Command System RIGOL
MSO1000Z/DS1000Z Programming Guide 2-103
:MATH:OPTion:SENSitivity
Syntax :MATH:OPTion:SENSitivity <sens>
:MATH:OPTion:SENSitivity?
Description Set or query the sensitivity of the logic operation. The default unit is div (namely the
current vertical scale).
Parameter
Name
Type
Range
Default
<sens> Real
0 to 0.96, the step is 0.08
0
Explanation This command is only applicable to logic operations (A&&B, A||B, A^B, and !A).
Return
Format
The query returns the current sensitivity in scientific notation.
Example :MATH:OPTion:SENSitivity 0.24 /*Set the sensitivity of the logic operation to 0.24div*/
:MATH:OPTion:SENSitivity? /*The query returns 2.400000e-01*/
Related
Commands
:CHANnel<n>:SCALe
:MATH:OPERator
:MATH:OPTion:DIStance
Syntax :MATH:OPTion:DIStance <dist>
:MATH:OPTion:DIStance?
Description Set or query the smoothing window width of differential operation (diff).
Parameter
Name
Type
Range
Default
<dist> Integer
3 to 201
3
Explanation
This command is only applicable to differential operation (diff).
Return
Format
The query returns an integer between 3 and 201.
Example :MATH:OPTion:DIStance 25 /*Set the smoothing window width to 25*/
:MATH:OPTion:DIStance? /*The query returns 25*/
Related
Command
:MATH:OPERator