BasicManeuverStrategyRelativeFlightPathAngle#
- class ansys.stk.core.stkobjects.aviator.BasicManeuverStrategyRelativeFlightPathAngle#
Bases:
IBasicManeuverStrategy
Class defining the Relative Flight Path Angle strategy for a basic maneuver procedure.
Overview#
Set the method and corresponding value to define the control limits of the aircraft during the maneuver. |
|
Set whether to enable and a value for the minimum absolute altitude. |
|
Set whether to enable and a value for the maximum absolute altitude. |
|
Set whether to enable and a value for the minimum altitude offset from the target. |
|
Set whether to enable and a value for the maximum altitude offset from the target. |
Get or set the flight path angle for the maneuver. |
|
Get or set the goal height above or below the target. |
|
Get or set the maneuver factor, a dimensionless factor that determines how tightly or gently the aircraft will maneuver. |
|
Get the method to define the control limits of the aircraft during the maneuver. |
|
Get the specified pitch rate for a control limit mode of specify max pitch rate. |
|
Get the airspeed options. |
|
Get the minimum absolute altitude. |
|
Get the option to specify a minimum absolute altitude. |
|
Get the maximum absolute altitude. |
|
Get the option to specify a maximum absolute altitude. |
|
Get the minimum altitude offset from the target. |
|
Get the option to specify a minimum altitude offset from the target. |
|
Get the maximum altitude offset from the target. |
|
Get the option to specify a maximum altitude offset from the target. |
|
Get or set the option to compensate for the acceleration due to the Coriolis effect. |
Import detail#
from ansys.stk.core.stkobjects.aviator import BasicManeuverStrategyRelativeFlightPathAngle
Property detail#
- property BasicManeuverStrategyRelativeFlightPathAngle.flight_path_angle: Any#
Get or set the flight path angle for the maneuver.
- property BasicManeuverStrategyRelativeFlightPathAngle.anchor_altitude_offset: float#
Get or set the goal height above or below the target.
- property BasicManeuverStrategyRelativeFlightPathAngle.maneuver_factor: float#
Get or set the maneuver factor, a dimensionless factor that determines how tightly or gently the aircraft will maneuver.
- property BasicManeuverStrategyRelativeFlightPathAngle.control_limit_mode: ProfileControlLimit#
Get the method to define the control limits of the aircraft during the maneuver.
- property BasicManeuverStrategyRelativeFlightPathAngle.control_limit_pitch_rate: Any#
Get the specified pitch rate for a control limit mode of specify max pitch rate.
- property BasicManeuverStrategyRelativeFlightPathAngle.airspeed_options: BasicManeuverAirspeedOptions#
Get the airspeed options.
- property BasicManeuverStrategyRelativeFlightPathAngle.min_absolute_altitude: float#
Get the minimum absolute altitude.
- property BasicManeuverStrategyRelativeFlightPathAngle.use_min_absolute_altitude: bool#
Get the option to specify a minimum absolute altitude.
- property BasicManeuverStrategyRelativeFlightPathAngle.max_absolute_altitude: float#
Get the maximum absolute altitude.
- property BasicManeuverStrategyRelativeFlightPathAngle.use_max_absolute_altitude: bool#
Get the option to specify a maximum absolute altitude.
- property BasicManeuverStrategyRelativeFlightPathAngle.min_altitude_relative_anchor: float#
Get the minimum altitude offset from the target.
- property BasicManeuverStrategyRelativeFlightPathAngle.use_min_altitude_relative_anchor: bool#
Get the option to specify a minimum altitude offset from the target.
- property BasicManeuverStrategyRelativeFlightPathAngle.max_altitude_relative_anchor: float#
Get the maximum altitude offset from the target.
Method detail#
- BasicManeuverStrategyRelativeFlightPathAngle.set_control_limit(self, control_limit_mode: ProfileControlLimit, control_limit_value: Any) None #
Set the method and corresponding value to define the control limits of the aircraft during the maneuver.
- BasicManeuverStrategyRelativeFlightPathAngle.set_min_absolute_altitude(self, enable: bool, altitude: float) None #
Set whether to enable and a value for the minimum absolute altitude.
- BasicManeuverStrategyRelativeFlightPathAngle.set_max_absolute_altitude(self, enable: bool, altitude: float) None #
Set whether to enable and a value for the maximum absolute altitude.