Section 6: Clarius
Model 4200A-SCS Parameter Analyzer Reference Manual
6-228
4200A-901-01 Rev. C / February 2017
Formulator function reference
Each of the 4200A-SCS Formulator functions is described in the following.
ABS Formulator function
Calculates the absolute value of each value in the designated column (vector) or the absolute value of any
operand.
Usage
ABS(
Value
)
Value
The name of any column (vector) in the Data Series list or any operand
Details
You can use this function to do calculations in real time (while a test is executing).
Example
F2 = ABS(GateI)
Returns the absolute value of the gate current.
Also see
None
SQRT Formulator function
Returns the square root of each value in a designated column (vector) or the square root of any operand.
Usage
SQRT(
Value
)
Value
The name of any column (vector) in the Data Series list or any operand
Details
A negative value of
X
returns
#REF
in the Run worksheet.
You can use this function to do calculations in real time (while a test is executing).
Example
TWO = SQRT(4)
Also see
None