BasicManeuverTargetPositionVelocityNoisyBearingRange#

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

Class defining the position and velocity strategy, Noisy Bearing Range.

Overview#

new_random_engine_seed

Generate a new random engine seed.

apply_position_velocity

Apply the current position velocity strategy.

cancel_position_velocity

Cancel the current position velocity strategy.

set_base_dynamic_state_link_name

Set the BaseDynStateLinkName.

smoothing_constant

Get or set the smoothing constant property.

velocity_time_step

Get or set the velocity time step property.

angle_error_std_dev

Get or set the angle error standard deviation property.

range_error_std_dev

Get or set the range error standard deviation property.

Import detail#

from ansys.stk.core.stkobjects.aviator import BasicManeuverTargetPositionVelocityNoisyBearingRange

Property detail#

property BasicManeuverTargetPositionVelocityNoisyBearingRange.smoothing_constant: float#

Get or set the smoothing constant property.

property BasicManeuverTargetPositionVelocityNoisyBearingRange.velocity_time_step: float#

Get or set the velocity time step property.

property BasicManeuverTargetPositionVelocityNoisyBearingRange.angle_error_std_dev: float#

Get or set the angle error standard deviation property.

property BasicManeuverTargetPositionVelocityNoisyBearingRange.range_error_std_dev: float#

Get or set the range error standard deviation property.

Method detail#

BasicManeuverTargetPositionVelocityNoisyBearingRange.new_random_engine_seed(self) None#

Generate a new random engine seed.

Returns:

None

BasicManeuverTargetPositionVelocityNoisyBearingRange.apply_position_velocity(self) None#

Apply the current position velocity strategy.

Returns:

None

BasicManeuverTargetPositionVelocityNoisyBearingRange.cancel_position_velocity(self) None#

Cancel the current position velocity strategy.

Returns:

None

Set the BaseDynStateLinkName.

Parameters:

value : str

Returns:

None