-SCS Parameter Analyzer Reference Manual Section 6:
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)
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
LN Formulator function (on page 6-230)
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)
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
Also see
None