VehicleAttitudeTrendingControlAviator#

class ansys.stk.core.stkobjects.VehicleAttitudeTrendingControlAviator#

Trending controls for Aviator attitude.

Overview#

compute_trends

Flag controlling whether trends in the attitude angles should be detected and included as trending control times.

time_tolerance

Minimum time allowed between each trending control time. Uses Time Dimension.

angle_rate_tolerance

Minimum angle rate used to detect an increasing/decreasing trend. Rates lower than this treat the angle trend as flat. Uses AngleRate Dimension.

kink_angle

Minimum angle between the linear trends in the samples that indicates sufficient rate change to warrant creation of a trending control time. Uses Angle Dimension.

use_yaw_trend

Flag controlling whether yaw is considered when computing trends in attitude angles.

use_pitch_trend

Flag controlling whether pitch is considered when computing trends in attitude angles.

use_roll_trend

Flag controlling whether roll is considered when computing trends in attitude angles.

Import detail#

from ansys.stk.core.stkobjects import VehicleAttitudeTrendingControlAviator

Property detail#

Flag controlling whether trends in the attitude angles should be detected and included as trending control times.

property VehicleAttitudeTrendingControlAviator.time_tolerance: float#

Minimum time allowed between each trending control time. Uses Time Dimension.

property VehicleAttitudeTrendingControlAviator.angle_rate_tolerance: float#

Minimum angle rate used to detect an increasing/decreasing trend. Rates lower than this treat the angle trend as flat. Uses AngleRate Dimension.

property VehicleAttitudeTrendingControlAviator.kink_angle: float#

Minimum angle between the linear trends in the samples that indicates sufficient rate change to warrant creation of a trending control time. Uses Angle Dimension.

property VehicleAttitudeTrendingControlAviator.use_yaw_trend: bool#

Flag controlling whether yaw is considered when computing trends in attitude angles.

property VehicleAttitudeTrendingControlAviator.use_pitch_trend: bool#

Flag controlling whether pitch is considered when computing trends in attitude angles.

property VehicleAttitudeTrendingControlAviator.use_roll_trend: bool#

Flag controlling whether roll is considered when computing trends in attitude angles.