RIGOL Chapter 2 Command System
2-44 DS1000Z Programming Guide
: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
<sens>
Real
0 to 0.96div, the step is 0.08div
0
This command is only applicable to the logic operations (A&&B, A||B, A^B and !A).
The query returns the sensitivity in scientific notation.
Example :MATH:OPTion:SENSitivity 0.24 /*Set the sensitivity 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?
Set or query the smoothing window width of the differential operation (diff).
Parameter
<dist>
Integer
3 to 201
3
This command is only applicable to the differential operation (diff).
The query returns an integer between 3 and 201.
Example :MATH:OPTion:DIStance 25
Related
:MATH:OPERator
:MATH:OPTion:ASCale
Syntax :MATH:OPTion:ASCale <opt>
Description Enable or disable the auto scale setting of the operation result or query the status of
Parameter
Name Type Range Default
<opt>
Bool
{{0|OFF}|{1|ON}}
0|OFF
Explanation When the auto scale is enabled, the instrument will automatically calculate the
vertical scale range according to the current operator, the vertical scale and the
horizontal timebase. If the current scale is out of the range, it will adjust the
vertical scale to the best value automatically.
Sending this command will modify the auto scale status of all the operations.
The query returns 0 or 1.