BasicManeuverTargetPositionVelocityNoisySurfTarget#
- class ansys.stk.core.stkobjects.aviator.BasicManeuverTargetPositionVelocityNoisySurfTarget#
Class defining the position and velocity strategy, Noisy Surface Target.
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 measurement time step property. |
|
Get or set the position CEP property. |
|
Get or set the course error property. |
|
Get or set the speed error property. |
Import detail#
from ansys.stk.core.stkobjects.aviator import BasicManeuverTargetPositionVelocityNoisySurfTarget
Property detail#
- property BasicManeuverTargetPositionVelocityNoisySurfTarget.measurement_time_step: float#
Get or set the measurement time step property.
- property BasicManeuverTargetPositionVelocityNoisySurfTarget.position_cep: float#
Get or set the position CEP property.
Method detail#
- BasicManeuverTargetPositionVelocityNoisySurfTarget.new_random_engine_seed(self) None #
Generate a new random engine seed.
- Returns:
- BasicManeuverTargetPositionVelocityNoisySurfTarget.apply_position_velocity(self) None #
Apply the current position velocity strategy.
- Returns: