AutomaticSequence#

class ansys.stk.core.stkobjects.astrogator.AutomaticSequence#

Automatic Sequence.

Overview#

make_copy

Make a copy of the sequence.

name

Get or set the name of the sequence.

user_comment

Get or set the user comment.

sequence

Return the segment collection of the sequence.

Import detail#

from ansys.stk.core.stkobjects.astrogator import AutomaticSequence

Property detail#

property AutomaticSequence.name: str#

Get or set the name of the sequence.

property AutomaticSequence.user_comment: str#

Get or set the user comment.

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