ReferenceStateTakeoffLandingOptions#
- class ansys.stk.core.stkobjects.aviator.ReferenceStateTakeoffLandingOptions#
Class defining the Takeoff or Landing options for a Reference State procedure.
Overview#
Set the launch airspeed. |
|
Set the longitudinal acceleration. |
|
Set the lateral acceleration. |
|
Set the vertical attitude rate. |
Get the airspeed type. |
|
Get the goal airspeed for the launch. |
|
Get or set the rate at which the aircraft will climb or descend. |
|
Get or set the initial pitch angle of the flight path. |
|
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 the heading rate of change. |
|
Get the course rate of change. |
|
Get the mode to specify the lateral acceleration. |
|
Get or set the aircraftβs bank angle. |
|
Get or set the aircraftβs angle of attack. |
|
Get or set the aircraftβs yaw angle. |
|
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 ReferenceStateTakeoffLandingOptions
Property detail#
- property ReferenceStateTakeoffLandingOptions.airspeed_type: AirspeedType#
Get the airspeed type.
- property ReferenceStateTakeoffLandingOptions.altitude_rate: float#
Get or set the rate at which the aircraft will climb or descend.
- property ReferenceStateTakeoffLandingOptions.flight_path_angle: Any#
Get or set the initial pitch angle of the flight path.
- property ReferenceStateTakeoffLandingOptions.groundspeed_dot: float#
Get the groundspeed acceleration.
- property ReferenceStateTakeoffLandingOptions.longitudinal_acceleration_type: ReferenceStateLongitudinalAccelerationMode#
Get the mode to specify the longitudinal acceleration.
- property ReferenceStateTakeoffLandingOptions.heading: Any#
Get or set the direction the aircraft is pointing.
- property ReferenceStateTakeoffLandingOptions.heading_is_magnetic: bool#
Opt whether to specify the heading using magnetic North.
- property ReferenceStateTakeoffLandingOptions.course: Any#
Get or set the direction the aircraft is traveling.
- property ReferenceStateTakeoffLandingOptions.course_is_magnetic: bool#
Opt whether to specify the course using magnetic North.
- property ReferenceStateTakeoffLandingOptions.lateral_acceleration_type: ReferenceStateLateralAccelerationMode#
Get the mode to specify the lateral acceleration.
- property ReferenceStateTakeoffLandingOptions.roll_angle: Any#
Get or set the aircraftβs bank angle.
- property ReferenceStateTakeoffLandingOptions.push_pull_g: float#
Get the G force on the aircraft resulting from its attitude.
- property ReferenceStateTakeoffLandingOptions.attitude_rate_type: ReferenceStateAttitudeMode#
Get the mode to specify the vertical attitude rate.
Method detail#
- ReferenceStateTakeoffLandingOptions.set_airspeed(self, airspeed_type: AirspeedType, airspeed: float) None #
Set the launch airspeed.
- ReferenceStateTakeoffLandingOptions.set_longitudinal_acceleration(self, accel_type: ReferenceStateLongitudinalAccelerationMode, value: float) None #
Set the longitudinal acceleration.
- ReferenceStateTakeoffLandingOptions.set_lateral_acceleration(self, accel_type: ReferenceStateLateralAccelerationMode, value: Any) None #
Set the lateral acceleration.