IManeuver#
- class ansys.stk.core.stkobjects.astrogator.IManeuver#
Properties of an Impulsive Maneuver Segment.
Overview#
Set the attitude control type. |
|
Set the propulsion type and associated engine/thruster set. |
Determine the attitude parameters available for you to specify. |
|
Get the attitude control properties collection. |
|
Get the propulsion type to be modeled. |
|
Get the specific engine model or thruster set to be used for the maneuver. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import IManeuver
Property detail#
- property IManeuver.attitude_control_type: AttitudeControl#
Determine the attitude parameters available for you to specify.
- property IManeuver.attitude_control: IAttitudeControl#
Get the attitude control properties collection.
- property IManeuver.propulsion_method: PropulsionMethod#
Get the propulsion type to be modeled.
Method detail#
- IManeuver.set_attitude_control_type(self, attitude_control_type: AttitudeControl) None #
Set the attitude control type.
- Parameters:
attitude_control_type :
AttitudeControl
- Returns: