IManeuver#

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

Properties of an Impulsive Maneuver Segment.

Overview#

set_attitude_control_type

Set the attitude control type.

set_propulsion_method

Set the propulsion type and associated engine/thruster set.

attitude_control_type

Determine the attitude parameters available for you to specify.

attitude_control

Get the attitude control properties collection.

propulsion_method

Get the propulsion type to be modeled.

propulsion_method_value

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.

property IManeuver.propulsion_method_value: str#

Get the specific engine model or thruster set to be used for the maneuver.

Method detail#

IManeuver.set_attitude_control_type(self, attitude_control_type: AttitudeControl) None#

Set the attitude control type.

Parameters:

attitude_control_type : AttitudeControl

Returns:

None

IManeuver.set_propulsion_method(self, propulsion_method: PropulsionMethod, value: str) None#

Set the propulsion type and associated engine/thruster set.

Parameters:

propulsion_method : PropulsionMethod

value : str

Returns:

None