MCSManeuver#

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

Bases: IMCSSegment, IRuntimeTypeInfoProvider, IComponentInfo, ICloneable

The Maneuver segment.

Overview#

set_maneuver_type

Set the maneuver type.

enable_control_parameter

Enable the specified control parameter.

disable_control_parameter

Disables the specified control parameter.

is_control_parameter_enabled

Sees if the specified control is enabled.

maneuver_type

Get the maneuver type.

maneuver

Get the Maneuver properties.

control_parameters_available

Return whether or not the control parameters can be set.

Import detail#

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

Property detail#

property MCSManeuver.maneuver_type: ManeuverType#

Get the maneuver type.

property MCSManeuver.maneuver: IManeuver#

Get the Maneuver properties.

property MCSManeuver.control_parameters_available: bool#

Return whether or not the control parameters can be set.

Method detail#

MCSManeuver.set_maneuver_type(self, maneuver_type: ManeuverType) None#

Set the maneuver type.

Parameters:

maneuver_type : ManeuverType

Returns:

None

MCSManeuver.enable_control_parameter(self, param: ControlManeuver) None#

Enable the specified control parameter.

Parameters:

param : ControlManeuver

Returns:

None

MCSManeuver.disable_control_parameter(self, param: ControlManeuver) None#

Disables the specified control parameter.

Parameters:

param : ControlManeuver

Returns:

None

MCSManeuver.is_control_parameter_enabled(self, param: ControlManeuver) bool#

Sees if the specified control is enabled.

Parameters:

param : ControlManeuver

Returns:

bool