AutomaticSequence#
- class ansys.stk.core.stkobjects.astrogator.AutomaticSequence#
Automatic Sequence.
Overview#
Make a copy of the sequence. |
Get or set the name of the sequence. |
|
Get or set the user comment. |
|
Return the segment collection of the sequence. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import AutomaticSequence
Property detail#
- property AutomaticSequence.sequence: MCSSegmentCollection#
Return the segment collection of the sequence.
Method detail#
- AutomaticSequence.make_copy(self, unique_name: str) AutomaticSequence #
Make a copy of the sequence.
- Parameters:
unique_name :
str
- Returns:
AutomaticSequence