MCSManeuver#
- class ansys.stk.core.stkobjects.astrogator.MCSManeuver#
Bases:
IMCSSegment
,IRuntimeTypeInfoProvider
,IComponentInfo
,ICloneable
The Maneuver segment.
Overview#
Set the maneuver type. |
|
Enable the specified control parameter. |
|
Disables the specified control parameter. |
|
Sees if the specified control is enabled. |
Get the maneuver type. |
|
Get the Maneuver properties. |
|
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.
Method detail#
- MCSManeuver.set_maneuver_type(self, maneuver_type: ManeuverType) None #
Set the maneuver type.
- Parameters:
maneuver_type :
ManeuverType
- Returns:
- MCSManeuver.enable_control_parameter(self, param: ControlManeuver) None #
Enable the specified control parameter.
- Parameters:
param :
ControlManeuver
- Returns:
- MCSManeuver.disable_control_parameter(self, param: ControlManeuver) None #
Disables the specified control parameter.
- Parameters:
param :
ControlManeuver
- Returns:
- MCSManeuver.is_control_parameter_enabled(self, param: ControlManeuver) bool #
Sees if the specified control is enabled.
- Parameters:
param :
ControlManeuver
- Returns: