BasicManeuverTargetPositionVelocityNoisySurfTarget#

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

Class defining the position and velocity strategy, Noisy Surface Target.

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.

measurement_time_step

Get or set the measurement time step property.

position_cep

Get or set the position CEP property.

course_error

Get or set the course error property.

speed_error

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.

property BasicManeuverTargetPositionVelocityNoisySurfTarget.course_error: float#

Get or set the course error property.

property BasicManeuverTargetPositionVelocityNoisySurfTarget.speed_error: float#

Get or set the speed error property.

Method detail#

BasicManeuverTargetPositionVelocityNoisySurfTarget.new_random_engine_seed(self) None#

Generate a new random engine seed.

Returns:

None

BasicManeuverTargetPositionVelocityNoisySurfTarget.apply_position_velocity(self) None#

Apply the current position velocity strategy.

Returns:

None

BasicManeuverTargetPositionVelocityNoisySurfTarget.cancel_position_velocity(self) None#

Cancel the current position velocity strategy.

Returns:

None

Set the BaseDynStateLinkName.

Parameters:

value : str

Returns:

None