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 |
The active trace of channel <Ch>,
<Ch>={[1]|2|3|4}
<Ch>={[1] … |16} (in N-port mode only)
<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|SUBT|DIV|ADD|MULT}
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)