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).
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def QuickEvaluateEventArrayForCalcScalarArray(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.






