Common tasks for Calc Scalars.
QuickEvaluateArrayForCalcScalarArray | Each input calc scalar in calcArrayVec is evaluated over the array of input times, returning the results as an array of elements, where each element corresponds to an input time. Each element is itself an array of results, where each result corresponds to an input calc scalar. Each result is an array with two elements: 1. success (boolean) 2. computed calc scalar value (double-precision). |
QuickEvaluateEventArrayForCalcScalarArray | Each input calc scalar in calcArrayVec is evaluated over the array of times provided by the Event Array component, returning the results as an array of elements, where each element corresponds to an input time. Each element is itself an array of results, where each result corresponds to an input calc scalar. Each result is an array with two elements: 1. success (boolean) 2. computed calc scalar value (double-precision). |
QuickEvaluateForCalcScalarArray | Each input calc scalar in calcArrayVec is evaluated at the specified time instant returning the results as an array of elements, where each element is itself an array with two elements: 1. success (boolean) 2. computed calc scalar value (double-precision). |
QuickEvaluateWithRateArrayForCalcScalarArray | Each input calc scalar in calcArrayVec is evaluated over the array of input times, returning the results as an array of elements, where each element corresponds to an input time. Each element is itself an array of results, where each result corresponds to an input calc scalar. Each result is an array with three elements: 1. success (boolean) 2. computed calc scalar value (double-precision) 3.computed value rate (double-precision). |
QuickEvaluateWithRateEventArrayForCalcScalarArray | Each input calc scalar in calcArrayVec is evaluated over the array of times provided by the Event Array component, returning the results as an array of elements, where each element corresponds to an input time. Each element is itself an array of results, where each result corresponds to an input calc scalar. Each result is an array with three elements: 1. success (boolean) 2. computed calc scalar value (double-precision) 3.computed value rate (double-precision). |
QuickEvaluateWithRateForCalcScalarArray | Each input calc scalar in calcArrayVec is evaluated at the specified time instant returning the results as an array of elements, where each element is itself an array with three elements: 1. success (boolean) 2. computed calc scalar value (double-precision) 3.computed value rate (double-precision). |





