ReferenceStateHoverOptions#
- class ansys.stk.core.stkobjects.aviator.ReferenceStateHoverOptions#
Class defining the Hover options for a Reference State procedure.
Overview#
Set the longitudinal acceleration. |
|
Set the vertical attitude rate. |
Get or set the aircraftβs speed relative to the ground. |
|
Get or set the rate at which the aircraft will climb or descend. |
|
Get the true airspeed acceleration. |
|
Get the groundspeed acceleration. |
|
Get the mode to specify the longitudinal acceleration. |
|
Get or set the direction the aircraft is pointing. |
|
Opt whether to specify the heading using magnetic North. |
|
Get or set the direction the aircraft is traveling. |
|
Opt whether to specify the course using magnetic North. |
|
Get or set the heading rate of change. |
|
Get or set the course rate of change. |
|
Get or set the aircraftβs bank angle. |
|
Get or set the aircraftβs angle of attack. |
|
Get the aircraftβs pitch rate. |
|
Get the G force on the aircraft resulting from its attitude. |
|
Get the mode to specify the vertical attitude rate. |
Import detail#
from ansys.stk.core.stkobjects.aviator import ReferenceStateHoverOptions
Property detail#
- property ReferenceStateHoverOptions.groundspeed: float#
Get or set the aircraftβs speed relative to the ground.
- property ReferenceStateHoverOptions.altitude_rate: float#
Get or set the rate at which the aircraft will climb or descend.
- property ReferenceStateHoverOptions.longitudinal_acceleration_type: ReferenceStateLongitudinalAccelerationMode#
Get the mode to specify the longitudinal acceleration.
- property ReferenceStateHoverOptions.heading: Any#
Get or set the direction the aircraft is pointing.
- property ReferenceStateHoverOptions.heading_is_magnetic: bool#
Opt whether to specify the heading using magnetic North.
- property ReferenceStateHoverOptions.course: Any#
Get or set the direction the aircraft is traveling.
- property ReferenceStateHoverOptions.course_is_magnetic: bool#
Opt whether to specify the course using magnetic North.
- property ReferenceStateHoverOptions.push_pull_g: float#
Get the G force on the aircraft resulting from its attitude.
- property ReferenceStateHoverOptions.attitude_rate_type: ReferenceStateAttitudeMode#
Get the mode to specify the vertical attitude rate.
Method detail#
- ReferenceStateHoverOptions.set_longitudinal_acceleration(self, accel_type: ReferenceStateLongitudinalAccelerationMode, value: float) None #
Set the longitudinal acceleration.