VehicleAttitudeTrendingControlAviator#
- class ansys.stk.core.stkobjects.VehicleAttitudeTrendingControlAviator#
Trending controls for Aviator attitude.
Overview#
Flag controlling whether trends in the attitude angles should be detected and included as trending control times. |
|
Minimum time allowed between each trending control time. Uses Time Dimension. |
|
Minimum angle rate used to detect an increasing/decreasing trend. Rates lower than this treat the angle trend as flat. Uses AngleRate Dimension. |
|
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. |
|
Flag controlling whether yaw is considered when computing trends in attitude angles. |
|
Flag controlling whether pitch is considered when computing trends in attitude angles. |
|
Flag controlling whether roll is considered when computing trends in attitude angles. |
Import detail#
from ansys.stk.core.stkobjects import VehicleAttitudeTrendingControlAviator
Property detail#
- property VehicleAttitudeTrendingControlAviator.compute_trends: bool#
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.