TimeToolPointSamplingIntervalCollection#

class ansys.stk.core.analysis_workbench.TimeToolPointSamplingIntervalCollection#

A collection of intervals where each interval contains the time, position and velocity arrays.

Overview#

item

Access an element at the specified position.

count

Number of elements in the collection.

_new_enum

Return a COM enumerator.

Import detail#

from ansys.stk.core.analysis_workbench import TimeToolPointSamplingIntervalCollection

Property detail#

property TimeToolPointSamplingIntervalCollection.count: int#

Number of elements in the collection.

property TimeToolPointSamplingIntervalCollection._new_enum: EnumeratorProxy#

Return a COM enumerator.

Method detail#

TimeToolPointSamplingIntervalCollection.item(self, index: int) TimeToolPointSamplingInterval#

Access an element at the specified position.

Parameters:

index : int

Returns:

TimeToolPointSamplingInterval