SCPI Command
CALCulate<Ch>[:SELected]:MATH:FUNCtion <char>
CALCulate<Ch>[:SELected]:MATH:FUNCtion?
Or
CALCulate<Ch>:TRACe<Tr>:MATH:FUNCtion <char>
CALCulate<Ch>:TRACe<Tr>: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>,
Or
CALCulate<Ch>:TRACe<Tr> — trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
<char> Specifies the math operation:
DIVide |
Division Data / Mem |
MULTiply |
Multiplication Data x Mem |
ADD |
Addition Data + Mem |
SUBTract |
Subtraction Data – Mem |
OFF |
No math |
{OFF|DIV|MULT|SUBT|ADD}
OFF
Display > Data Math > {Data/Mem | Data*Mem | Data+Mem | Data–Mem | OFF}
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MATH.FUNCtion
note |
This command is similar to CALCulate<Ch>[:SELected]:MATH:FUNCtion only. |
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