BasicManeuverTargetPositionVelocityNoisyBearingRange#
- class ansys.stk.core.stkobjects.aviator.BasicManeuverTargetPositionVelocityNoisyBearingRange#
Class defining the position and velocity strategy, Noisy Bearing Range.
Overview#
Generate a new random engine seed. |
|
Apply the current position velocity strategy. |
|
Cancel the current position velocity strategy. |
|
Set the BaseDynStateLinkName. |
Get or set the smoothing constant property. |
|
Get or set the velocity time step property. |
|
Get or set the angle error standard deviation property. |
|
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.
Method detail#
- BasicManeuverTargetPositionVelocityNoisyBearingRange.new_random_engine_seed(self) None #
Generate a new random engine seed.
- Returns:
- BasicManeuverTargetPositionVelocityNoisyBearingRange.apply_position_velocity(self) None #
Apply the current position velocity strategy.
- Returns: