BasicManeuverStrategyRelativeBearing#
- class ansys.stk.core.stkobjects.aviator.BasicManeuverStrategyRelativeBearing#
Bases:
IBasicManeuverStrategy
Class defining the Relative Bearing strategy for a basic maneuver procedure.
Overview#
Set the method and corresponding value to define the control limits of the aircraft during the maneuver. |
|
Cancel the position velocity strategies for Relative Bearing. |
Get or set the target name. |
|
Return the valid target names. |
|
Get or set the target position/velocity sampling resolution. |
|
Get or set the relative bearing angle. |
|
Get or set the range from the target at which the aircraft will stop. |
|
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. |
|
Get the position velocity strategies for Relative Bearing. |
Import detail#
from ansys.stk.core.stkobjects.aviator import BasicManeuverStrategyRelativeBearing
Property detail#
- property BasicManeuverStrategyRelativeBearing.valid_target_names: list#
Return the valid target names.
- property BasicManeuverStrategyRelativeBearing.target_resolution: float#
Get or set the target position/velocity sampling resolution.
- property BasicManeuverStrategyRelativeBearing.relative_bearing: Any#
Get or set the relative bearing angle.
- property BasicManeuverStrategyRelativeBearing.min_range: float#
Get or set the range from the target at which the aircraft will stop.
- property BasicManeuverStrategyRelativeBearing.control_limit_mode: BasicManeuverStrategyNavigationControlLimit#
Get the method to define the control limits of the aircraft during the maneuver.
- property BasicManeuverStrategyRelativeBearing.control_limit_turn_radius: float#
Get the specified turn radius for a control limit mode of specify min turn radius.
- property BasicManeuverStrategyRelativeBearing.control_limit_turn_rate: Any#
Get the specified turn rate for a control limit mode of specify max turn rate.
- property BasicManeuverStrategyRelativeBearing.control_limit_horizontal_acceleration: float#
Get the specified horizontal acceleration for a control limit mode of specify max horiz accel.
- property BasicManeuverStrategyRelativeBearing.compensate_for_coriolis_acceleration: bool#
Get or set the option to compensate for the acceleration due to the Coriolis effect.
- property BasicManeuverStrategyRelativeBearing.position_velocity_strategies: BasicManeuverTargetPositionVelocity#
Get the position velocity strategies for Relative Bearing.
Method detail#
- BasicManeuverStrategyRelativeBearing.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.