-SCS Parameter Analyzer Reference Manual Section 6:
4200A-901-01 Rev. C / February 2017 6-231
COND Formulator function
Returns one of two user-defined expressions, depending on the comparison of two other user-defined
expressions.
Usage
COND(EXP1, EXP2, EXP3, EXP4)
EXP4
Mathematical expressions created using valid Formulator functions, operators, and
operands
Details
Returns one of two user-defined expressions (EXP3 or EXP4), depending on the comparison of two
other user-defined expressions (EXP1 and EXP2).
If EXP1 < EXP2, then EXP3 is returned.
If EXP1 ≥ EXP2, then EXP4 is returned.
Example
CLIPCURRENT = COND(DRAINI, 1E-6, DRAINI, 1E-6)
Also see
None
Statistics
The following Formulator functions provide statistics operations.
AVG Formulator function
Returns the average of all values in the column (vector).
Usage
AVG(Value)
The name of any column (vector) in the Data Series list
Example
Also see
MAVG (on page 6-232)