AttitudeControlFiniteThrustVector#

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

Bases: IAttitudeControlFinite, IAttitudeControl, IRuntimeTypeInfoProvider

The thrust vector attitude control for a finite maneuver.

Overview#

attitude_update

How and when the attitude will be updated.

thrust_axes_name

Get or set the thrust axes.

body_constraint_vector

Define a constraint vector in spacecraft body coordinates to complete the attitude definition.

thrust_vector

Define the thrust vector in the reference axes.

Import detail#

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

Property detail#

property AttitudeControlFiniteThrustVector.attitude_update: AttitudeUpdate#

How and when the attitude will be updated.

property AttitudeControlFiniteThrustVector.thrust_axes_name: str#

Get or set the thrust axes.

property AttitudeControlFiniteThrustVector.body_constraint_vector: IDirection#

Define a constraint vector in spacecraft body coordinates to complete the attitude definition.

property AttitudeControlFiniteThrustVector.thrust_vector: IDirection#

Define the thrust vector in the reference axes.