26
3-5. Math Commands
3-5-1. :MATH:DISP ............................................................................................ 26
3-5-2. :MATH:TYPe ............................................................................................ 26
3-5-3. :MATH:DUAL:SOURce<X> ...................................................................... 27
3-5-4. :MATH:DUAL:OPERator .......................................................................... 27
3-5-5. :MATH:DUAL:POSition ............................................................................ 27
3-5-6. :MATH:DUAL:SCALe ............................................................................... 28
3-5-7. :MATH:FFT:SOURce ............................................................................... 28
3-5-8. :MATH:FFT:MAG ..................................................................................... 28
3-5-9. :MATH:FFT:WINDow ............................................................................... 29
3-5-10. :MATH:FFT:POSition ............................................................................. 29
3-5-11. :MATH:FFT:SCALe ................................................................................ 29
3-5-12. :MATH:FFT:HORizontal:SCALe ............................................................. 30
3-5-13. :MATH:FFT:HORizontal:POSition .......................................................... 30
3-5-14. :MATH:DEFine ....................................................................................... 31
3-5-15. :MATHVAR? .......................................................................................... 31
3-5-16. :MATHVAR:VAR<X> .............................................................................. 32
3-5-17. :MATH:ADVanced:POSition ................................................................... 32
3-5-18. :MATH:ADVanced:SCALe ...................................................................... 32
3-5-1. :MATH:DISP
Set
Query
Description
Turns the math display on or off on the screen.
Syntax
:MATH:DISP {OFF|ON|?}
Parameter/ Return
parameter
OFF
Math is not displayed on screen
ON
Math is displayed on screen
Example
:MATH:DISP OFF
Math is off.
3-5-2. :MATH:TYPe
Set
Query
Description
Queries or sets the Math type to FFT, Advanced Math
or to dual channel math operations
Syntax
:MATH:TYPe { DUAL | ADVanced | FFT | ? }
Related Commands :MATH:DISP
Parameter
DUAL
Dual channel operations
ADVanced Advanced math operations
FFT
FFT operations
Return parameter
Returns the math type.
Example
:MATH:TYPe DUAL
Sets the Math type to dual channel math operation.