Command Reference 8-21
:CALCulate :LIMit :UPPer :STATe
8 <Boolean>
Check Against Upper Limit
Selects if the measured value should be checked against the upper limit.
Parameters <Boolean> = ( 1/ON | 0/OFF )
Returned format: 1| 0 ¿
*RST condition: 0
Complies with standards: SCPI 1991.0, confirmed.
:CALCulate :MATH
8 (<expression>)
Select Mathematical Expression
Defines the mathematical expression used for mathematical operations.
+
The data type <expression data> must be typed within parentheses.
Parameters
<expression> is one of the following five mathematical expressions:
((K8*8X)8+8L) or ((K8/8X)8+8L) or (((K8*8X)8+8L)8/8M) or
(((K8/8X)8+8L)8/8M) or ((X8/8M)8-81) No deviations are allowed.
K, L and M can be any positive or negative numerical constant.
Each operator must be surrounded by space characters.
Example
SEND®
:CALC:MATH 8 (((64 8 * 8 X) 8 + 8 -1.07e7) 8 / 8 1e6)
*RST condition:
K=1, L=0, M=1
(( * ) )10X +
(No calculation)
Returned format: <expression>¿
Complies with standards: SCPI 1991.0 Confirmed.