In this example, you can replace the (power(@101, 2)) with (sqrt(@101)) for square root operation.
Selects math operation (reciprocal), and operand channels (channel 101) that are used for computing in channel
401:
CALC:MATH (1/@101),(@401)
Typical response: "(1/@101)"
Polynomial (fifth order) example:
Selects polynomial operation (fifth order), and operand channels (channel 101) that are used for computing in
channel 401:
CALC:MATH (poly(@101,5,4,3,2,1,0)),(@401)
Typical response: "(poly
(@101,+5.00000000E+00,+4.00000000E+00,+3.00000000E+00,+2.00000000E+00,+1.00000000E+00,
+0.00000000E+00))"
Statistics example:
Selects statistic operation (min), and range of operand channels (channel 101 to 110) that are used for computing
in channel 401:
CALC:MATH (min(@101:110)),(@401)
Typical response: "(min(@101,102,103,104,105,106,107,108,109,110))"
In this example, you can replace the (min(@101:110)) with max(@101:110)), (avg(@101:110)), and
(sdev(@101:110)) for maximum, average, and standard deviation operations.
72
Keysight DAQ970A/DAQ973A Programming Guide
2 SCPI Programming