Model 4200A-SCS Parameter Analyzer Reference Manual
Section 6: Clarius
4200A-901-01 Rev. C / February 2017
6-229
EXP Formulator function
Returns the exponential, e
value
, for each value in a column (vector) or for any operand.
Usage
EXP(
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
NEWCURRENT = CURRENT*EXP(ANODEV)
Also see
LOG Formulator function
Returns the base-10 log of each value in a designated column (vector) or the base-10 log of any operand.
Usage
LOG(
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
F1 = LOG(DRAINI)
Also see
None