ProfileSeedFiniteManeuver#

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

Bases: IProfile, IRuntimeTypeInfoProvider

The Seed Finite Maneuver profile.

Overview#

set_segment

Set the maneuver segment to target.

segment_name

Get or set the targeted maneuver segment.

leave_all_active_stopping_conditions_active

If true, all active stopping conditions on the seeded maneuver will remain active during run.

Import detail#

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

Property detail#

property ProfileSeedFiniteManeuver.segment_name: str#

Get or set the targeted maneuver segment.

property ProfileSeedFiniteManeuver.leave_all_active_stopping_conditions_active: bool#

If true, all active stopping conditions on the seeded maneuver will remain active during run.

Method detail#

ProfileSeedFiniteManeuver.set_segment(self, mcs_maneuver: MCSManeuver) None#

Set the maneuver segment to target.

Parameters:

mcs_maneuver : MCSManeuver

Returns:

None