TimeToolTimeArrayMerged#
- class ansys.stk.core.analysis_workbench.TimeToolTimeArrayMerged#
Bases:
ITimeToolTimeArray
,IAnalysisWorkbenchComponent
Defined by merging times from two other arrays by creating a union of bounding intervals from two constituent arrays. If some intervals overlap, then within overlap times from both arrays are merged together.
Overview#
The first time array. |
|
The second time array. |
Import detail#
from ansys.stk.core.analysis_workbench import TimeToolTimeArrayMerged
Property detail#
- property TimeToolTimeArrayMerged.time_array_a: ITimeToolTimeArray#
The first time array.
- property TimeToolTimeArrayMerged.time_array_b: ITimeToolTimeArray#
The second time array.