Instructions

RIGOL Chapter 2 Command System
2-90 DS1000Z-E Programming Guide
Return
Format
The query returns an integer.
Example
:MATH:OPTion:END 200 /*Set the waveform end point to 200*/
:MATH:OPTion:END? /*The query returns 200*/
Related
Command
:MATH:OPTion:STARt
:MATH:OPTion:INVert
Syntax :MATH:OPTion:INVert <bool>
:MATH:OPTion:INVert?
Description Enable or disable the inverted display mode of the operation result, or query the inverted
display mode status of the operation result.
Parameter
Name
Type
Range
Default
<bool> Bool
{{1|ON}|{0|OFF}}
0|OFF
Explanation This command is invalid for the FFT operation. Sending this command will modify
the inverted display mode status of all the operations (except FFT).
This command has the same function as the
:MATH:INVert command.
Return
Format
The query returns 1 or 0.
Example :MATH:OPTion:INVert ON /*Enable the inverted display mode*/
:MATH:OPTion:INVert? /*The query returns 1*/
: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