User manual
RIGOL Chapter 2 Command System
2-102 MSO1000Z/DS1000Z Programming Guide
:MATH:OPTion:END
Syntax :MATH:OPTion:END <end>
:MATH:OPTion:END?
Description
Set or query the end point of the waveform math operation.
Parameter
Name
Type
Range
Default
<end> Discrete
(Start point currently set+1) to 1199
1199
Explanation This command is invalid for the FFT operation. Sending this command will modify the
end points of all the operations (except FFT).
The source selected is equally divided into 1200 parts horizontally, in which the
leftmost is 0 and the rightmost is 1199.
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*/