AutomaticSequenceCollection#
- class ansys.stk.core.stkobjects.astrogator.AutomaticSequenceCollection#
Automatic Sequence Collection.
Overview#
Return the given automatic sequence. |
|
Create a new sequence. |
|
Remove a sequence. |
|
Retrieve the given automatic sequence found by the index. |
|
Retrieve the given automatic sequence found by the name. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import AutomaticSequenceCollection
Property detail#
- property AutomaticSequenceCollection._new_enum: EnumeratorProxy#
Allow you to enumerate through the collection.
Method detail#
- AutomaticSequenceCollection.item(self, index_or_name: Any) AutomaticSequence #
Return the given automatic sequence.
- Parameters:
index_or_name :
Any
- Returns:
AutomaticSequence
- AutomaticSequenceCollection.add(self, name: str) AutomaticSequence #
Create a new sequence.
- Parameters:
name :
str
- Returns:
AutomaticSequence
- AutomaticSequenceCollection.get_item_by_index(self, index: int) AutomaticSequence #
Retrieve the given automatic sequence found by the index.
- Parameters:
index :
int
- Returns:
AutomaticSequence
- AutomaticSequenceCollection.get_item_by_name(self, name: str) AutomaticSequence #
Retrieve the given automatic sequence found by the name.
- Parameters:
name :
str
- Returns:
AutomaticSequence