Programming 
413 
Range 
"NORMal": Data (no math). 
"DIVide": Data / Mem. 
"MULTiply": Data × Mem. 
"SUBTract": Data - Mem. 
"ADD": Data + Mem. 
Where Data is the measurement data (corrected data 
array) and Mem is the data stored in the memory trace 
(corrected memory array). 
Preset 
Value 
NORMal 
Query Response 
{NORM|DIV|MULT|SUBT|ADD}<newline><^END> 
Examples 
Dim Var as String 
Var= "NORM" 
Ana.WriteString ":CALC1:MATH:FUNC " & Var, True 
Ana.WriteString ":CALC1:MATH:FUNC?", True 
Var=Ana.ReadString 
Related Commands 
:CALC:MATH:MEM 
Equivalent Softkey 
Display > Data Math 
COM Command Syntax (Internal Control Only) 
SCPI.CALCULATE(Ch).SELECTED.MATH.FUNCTION 
:CALC<Ch>:MATH:MEM 
Type 
Command 
Syntax 
:CALCulate<Ch>[:SELected]:MATH:MEMorize 
Description 
This command copies the corrected data trace to the memory trace. 
Examples 
Ana.WriteString ":CALC1:MATH:MEM", True 
Related Commands 
:CALC:MATH:FUNC 
Equivalent Softkey