RIGOL Chapter 2 Command System
2-90 MSO1000Z/DS1000Z Programming Guide
:MATH:FILTer:TYPE
:MATH:FILTer:W1
:MATH:FILTer:W2
:MATH:OPTion:STARt
:MATH:OPTion:END
:MATH:OPTion:INVert
:MATH:OPTion:SENSitivity
:MATH:OPTion:DIStance
:MATH:OPTion:ASCale
:MATH:OPTion:THReshold1
:MATH:OPTion:THReshold2
:MATH:OPTion:FX:SOURce1
:MATH:OPTion:FX:SOURce2
:MATH:OPTion:FX:OPERator
:MATH:DISPlay
:MATH:DISPlay <bool>
:MATH:DISPlay?
Enable or disable the math operation function or query the math operation status.
The query returns 1 or 0.
:MATH:DISPlay ON /*Enable the math operation function*/
:MATH:DISPlay? /*The query returns 1*/
:MATH:OPERator
:MATH:OPERator <opt>
:MATH:OPERator?
Set or query the operator of the math operation.
{ADD|SUBTract|MULTiply|DIVision|AND|OR|XOR|
NOT|FFT|INTG|DIFF|SQRT|LOG|LN|EXP|ABS|
FILTer}
When the parameter in :MATH:SOURce1 and/or :MATH:SOURce2 is FX, this command is
used to set the operator of the outer layer operation of compound operation. The range of
<opt> is {ADD|SUBTract|MULTiply|DIVision|INTG|DIFF|SQRT|LOG|LN|EXP|ABS}.
The query returns ADD, SUBT, MULT, DIV, AND, OR, XOR, NOT, FFT, INTG, DIFF, SQRT,
LOG, LN, EXP, ABS, or FILT.
:MATH:OPERator INTG /*Set the operator of the math operation to integration*/
:MATH:OPERator? /*The query returns INTG*/