AttitudeScheduleTimesCollection#
- class ansys.stk.core.stkobjects.AttitudeScheduleTimesCollection#
List of scheduled accesses.
Overview#
Add a new element to the collection. |
|
Given an index, returns an element in the collection. |
|
Remove all elements from the collection. |
|
Remove an element from the collection using specified index. |
Return an enumerator that can iterate through the collection. |
|
Return a list of available targets. |
|
Return the number of elements in a collection. |
Import detail#
from ansys.stk.core.stkobjects import AttitudeScheduleTimesCollection
Property detail#
- property AttitudeScheduleTimesCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- AttitudeScheduleTimesCollection.add(self, target_path: str) AttitudeScheduleTimesElement #
Add a new element to the collection.
- Parameters:
target_path :
str
- Returns:
AttitudeScheduleTimesElement
- AttitudeScheduleTimesCollection.item(self, index: int) AttitudeScheduleTimesElement #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
AttitudeScheduleTimesElement