Evaluate | Evaluates the scalar calculation at the specified time instant. |
EvaluateWithRate | Evaluates the scalar calculation at the specified time instant. The result is a scalar value and its rate of change. |
GetAvailability | Returns a list of availability intervals. |
QuickEvaluate | Evaluates the scalar calculation at the specified time instant and returns the results as an array with two elements, the first element being of boolean type indicating whether the computation succeeded, followed by a double-precision value representing the computed scalar value. |
QuickEvaluateArray | Evaluates the scalar calculation, and rate, over an array of times, entered as strings in the Scenario date unit. It returns an array corresponding to the input times. Each element of this array is itself an array with two elements, the first element being of boolean type indicating whether the computation succeeded, followed by a double-precision value representing the computed scalar value. |
QuickEvaluateEventArray | Evaluates the scalar calculation, and rate, over the array of times provided by an Event Array component. It returns an array corresponding to the input times. Each element of this array is itself an array with two elements, the first element being of boolean type indicating whether the computation succeeded, followed by a double-precision value representing the computed scalar value. |
QuickEvaluateWithRate | Evaluates the scalar calculation at the specified time instant and returns the results as an array with three elements, the first element being of boolean type indicating whether the computation succeeded, followed by two double-precision values one representing the computed scalar value and the last element representing the scalar's rate of change. |
QuickEvaluateWithRateArray | Evaluates the scalar calculation over the array of times provided by an Event Array component. It returns an array corresponding to the input times. Each element of this array is itself an array with three elements, the first element being of boolean type indicating whether the computation succeeded, followed by two double-precision values one representing the computed scalar value and the last element representing the scalar's rate of change. |
QuickEvaluateWithRateEventArray | Evaluates the scalar calculation, and rate, over the array of times provided by an Event Array component. It returns an array corresponding to the input times. Each element of this array is itself an array with three elements, the first element being of boolean type indicating whether the computation succeeded, followed by two double-precision values one representing the computed scalar value and the last element representing the scalar's rate of change. |