User manual

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
Syntax :MATH:DISPlay <bool>
:MATH:DISPlay?
Description
Enable or disable the math operation function or query the math operation status.
Parameter
Name
Type
Range
Default
<bool>
Bool
{{1|ON}|{0|OFF}}
0|OFF
Return
Format
The query returns 1 or 0.
Example :MATH:DISPlay ON /*Enable the math operation function*/
:MATH:DISPlay? /*The query returns 1*/
:MATH:OPERator
Syntax :MATH:OPERator <opt>
:MATH:OPERator?
Description
Set or query the operator of the math operation.
Parameter
Name
Type
Range
Default
<opt> Discrete
{ADD|SUBTract|MULTiply|DIVision|AND|OR|XOR|
NOT|FFT|INTG|DIFF|SQRT|LOG|LN|EXP|ABS|
FILTer}
ADD
Explanation 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}.
Return
Format
The query returns ADD, SUBT, MULT, DIV, AND, OR, XOR, NOT, FFT, INTG, DIFF, SQRT,
LOG, LN, EXP, ABS, or FILT.
Example :MATH:OPERator INTG /*Set the operator of the math operation to integration*/
:MATH:OPERator? /*The query returns INTG*/