BasicManeuverTargetPositionVelocity#

class ansys.stk.core.stkobjects.aviator.BasicManeuverTargetPositionVelocity#

Class defining the target position and velocity strategies for basic maneuvers.

Overview#

apply_position_velocity

Apply the current position velocity strategy.

cancel_position_velocity

Cancel the current position velocity strategy.

target_position_velocity_type

Get or set the target pos vel type.

target_position_velocity_type_string

Get or set the target pos vel as a string value. Use this for custom models.

mode_as_noisy_bearing_range

Get the options for a noisy bearing range velocity strategy.

mode_as_noisy_surf_target

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.

Method detail#

BasicManeuverTargetPositionVelocity.apply_position_velocity(self) None#

Apply the current position velocity strategy.

Returns:

None

BasicManeuverTargetPositionVelocity.cancel_position_velocity(self) None#

Cancel the current position velocity strategy.

Returns:

None