BasicManeuverTargetPositionVelocity#
- class ansys.stk.core.stkobjects.aviator.BasicManeuverTargetPositionVelocity#
Class defining the target position and velocity strategies for basic maneuvers.
Overview#
Apply the current position velocity strategy. |
|
Cancel the current position velocity strategy. |
Get or set the target pos vel type. |
|
Get or set the target pos vel as a string value. Use this for custom models. |
|
Get the options for a noisy bearing range velocity strategy. |
|
Get the options for a noisy surface target position velocity strategy. |
Import detail#
from ansys.stk.core.stkobjects.aviator import BasicManeuverTargetPositionVelocity
Property detail#
- property BasicManeuverTargetPositionVelocity.target_position_velocity_type: TargetPositionVelocityType#
Get or set the target pos vel type.
- property BasicManeuverTargetPositionVelocity.target_position_velocity_type_string: str#
Get or set the target pos vel as a string value. Use this for custom models.
- property BasicManeuverTargetPositionVelocity.mode_as_noisy_bearing_range: BasicManeuverTargetPositionVelocityNoisyBearingRange#
Get the options for a noisy bearing range velocity strategy.
- property BasicManeuverTargetPositionVelocity.mode_as_noisy_surf_target: BasicManeuverTargetPositionVelocityNoisySurfTarget#
Get the options for a noisy surface target position velocity strategy.