SCPI Command
CALCulate<Ch>[:SELected]:MATH:FUNCtion <char>
CALCulate<Ch>[:SELected]:MATH:FUNCtion?
Selects the math operation between the data trace and the memory trace. The math result replaces the data trace. If the memory trace does not exist, the command is ignored. |
---|
command/query |
CALCulate<Ch>[:SELected] — active trace of channel <Ch>,
<Ch>={[1]|2|...9}
<char> specifies the math operation:
DIVide |
Division Data / Mem |
MULTiply |
Multiplication Data x Mem |
ADD |
Addition Data + Mem |
SUBTract |
Subtraction Data – Mem |
NORMal |
No math |
{NORM|DIV|MULT|SUBT|ADD}
NORM
Trace > Data Math > {Data/Mem | Data*Mem | Data+Mem | Data–Mem | OFF}
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MATH.FUNCtion
Param = app.SCPI.CALCulate(Ch).SELected.MATH.FUNCtion
app.SCPI.CALCulate(Ch).SELected.MATH.FUNCtion = "DIV"
String (read/write)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)