BasicManeuverStrategyAutopilotNavigation#
- class ansys.stk.core.stkobjects.aviator.BasicManeuverStrategyAutopilotNavigation#
Bases:
IBasicManeuverStrategy
Class defining the autopilot - horizontal plane strategy for a basic maneuver procedure.
Overview#
Set the method and corresponding value to define the control limits of the aircraft during the maneuver. |
Get or set the autopilot - horizontal plane mode. |
|
Get or set the heading/course angle or rate for the active mode. |
|
Get or set the damping ratio of the control law. |
|
Get the method to define the control limits of the aircraft during the maneuver. |
|
Get the specified turn radius for a control limit mode of specify min turn radius. |
|
Get the specified turn rate for a control limit mode of specify max turn rate. |
|
Get the specified horizontal acceleration for a control limit mode of specify max horiz accel. |
|
Get or set the option to compensate for the acceleration due to the Coriolis effect. |
|
Stop when conditions are met. |
Import detail#
from ansys.stk.core.stkobjects.aviator import BasicManeuverStrategyAutopilotNavigation
Property detail#
- property BasicManeuverStrategyAutopilotNavigation.active_mode: AutopilotHorizontalPlaneMode#
Get or set the autopilot - horizontal plane mode.
- property BasicManeuverStrategyAutopilotNavigation.active_heading_course_value: Any#
Get or set the heading/course angle or rate for the active mode.
- property BasicManeuverStrategyAutopilotNavigation.damping_ratio: float#
Get or set the damping ratio of the control law.
- property BasicManeuverStrategyAutopilotNavigation.control_limit_mode: BasicManeuverStrategyNavigationControlLimit#
Get the method to define the control limits of the aircraft during the maneuver.
- property BasicManeuverStrategyAutopilotNavigation.control_limit_turn_radius: float#
Get the specified turn radius for a control limit mode of specify min turn radius.
- property BasicManeuverStrategyAutopilotNavigation.control_limit_turn_rate: Any#
Get the specified turn rate for a control limit mode of specify max turn rate.
- property BasicManeuverStrategyAutopilotNavigation.control_limit_horizontal_acceleration: float#
Get the specified horizontal acceleration for a control limit mode of specify max horiz accel.
Method detail#
- BasicManeuverStrategyAutopilotNavigation.set_control_limit(self, control_limit_mode: BasicManeuverStrategyNavigationControlLimit, control_limit_value: float) → None#
Set the method and corresponding value to define the control limits of the aircraft during the maneuver.