Command/Query
:CALCulate<Ch>[:SELected]:MATH:FUNCtion {NORMal|DIVide|MULTiply|SUBTract|ADD}
:CALCulate<Ch>[:SELected]:MATH:FUNCtion?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:MATH:FUNCtion {NORMal|DIVide|MULTiply|SUBTract|ADD}
:CALCulate<Ch>:TRACe<Tr>:MATH:FUNCtion?
This command sets/gets the data trace display method (math method between measurement data and memory trace data).
Parameter |
Selection Option |
Description |
Math method between measurement data and memory trace data |
Data Type |
Character string type (String) |
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" |
{NORM|DIV|MULT|SUBT|ADD}<newline><^END>
Dim Var as String
Var= "NORMal"
Ena.WriteString ":CALC1:MATH:FUNC " & Var, True
Ena.WriteString ":CALC1:MATH:FUNC?", True
Var=Ena.ReadString
Display > Data Math
SCPI.CALCULATE(Ch).SELECTED.MATH.FUNCTION
SCPI.CALCULATE(Ch).TRACE(Tr).MATH.FUNCTION