Crdn Calc ScalarWithRate object interface.
CurrentValue | Computes the Scalar value and rate in internal units at the interface's current time. |
CurrentValue_Array | Computes the Scalar value and rate in internal units at the interface's current time, returned as an array representing value, rate, errFlag. Useful for scripting clients. |
Evaluate | Computes the Scalar value and rate in internal units at the given time |
Evaluate_Array | Computes the Scalar value and rate in internal units at the given time, returned as an array representing value, rate, errFlag. Useful for scripting clients. |
SetUnits | Sets the current units. Returns true for valid units, else returns false. Rates are given in the current units per sec |
Dimension | Name of the dimension of this calc scalar. |
ErrorText | Text explaining configuration errors, if any |
IsConfigured | Flag indicating whether object is configured properly for use. |
UnitAbbrv | Unit abbreviation for the current units used in the Evaluate and CurrentValue methods. |