AttitudeScheduleTimesCollection#
- class ansys.stk.core.stkobjects.AttitudeScheduleTimesCollection#
List of scheduled accesses.
Overview#
Given an index, returns an element in the collection. |
|
Remove an element from the collection using specified index. |
|
Remove all elements from the collection. |
|
Add a new element to the collection. |
Return the number of elements in a collection. |
|
Return an enumerator that can iterate through the collection. |
|
Return a list of available targets. |
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.item(self, index: int) AttitudeScheduleTimesElement #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
AttitudeScheduleTimesElement
- AttitudeScheduleTimesCollection.remove_at(self, index: int) None #
Remove an element from the collection using specified index.
- AttitudeScheduleTimesCollection.remove_all(self) None #
Remove all elements from the collection.
- Returns:
- AttitudeScheduleTimesCollection.add(self, target_path: str) AttitudeScheduleTimesElement #
Add a new element to the collection.
- Parameters:
target_path :
str
- Returns:
AttitudeScheduleTimesElement