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).
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def QuickEvaluateWithRateEventArrayForCalcScalarArray(self, RefArray:"IAgCrdnEventArray", CalcArrayVec:list) -> list: |
- RefArray
- An Event Array component used to specify an input time array.
- CalcArrayVec
- An array of calc scalars to be evaluated.






