ReferenceStateTakeoffLandingOptions#

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

Class defining the Takeoff or Landing options for a Reference State procedure.

Overview#

set_airspeed

Set the launch airspeed.

set_longitudinal_acceleration

Set the longitudinal acceleration.

set_lateral_acceleration

Set the lateral acceleration.

set_attitude_rate

Set the vertical attitude rate.

airspeed_type

Get the airspeed type.

airspeed

Get the goal airspeed for the launch.

altitude_rate

Get or set the rate at which the aircraft will climb or descend.

flight_path_angle

Get or set the initial pitch angle of the flight path.

tas_dot

Get the true airspeed acceleration.

groundspeed_dot

Get the groundspeed acceleration.

longitudinal_acceleration_type

Get the mode to specify the longitudinal acceleration.

heading

Get or set the direction the aircraft is pointing.

heading_is_magnetic

Opt whether to specify the heading using magnetic North.

course

Get or set the direction the aircraft is traveling.

course_is_magnetic

Opt whether to specify the course using magnetic North.

heading_dot

Get the heading rate of change.

course_dot

Get the course rate of change.

lateral_acceleration_type

Get the mode to specify the lateral acceleration.

roll_angle

Get or set the aircraft’s bank angle.

aoa

Get or set the aircraft’s angle of attack.

sideslip

Get or set the aircraft’s yaw angle.

pitch_rate

Get the aircraft’s pitch rate.

push_pull_g

Get the G force on the aircraft resulting from its attitude.

attitude_rate_type

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.airspeed: float#

Get the goal airspeed for the launch.

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.tas_dot: float#

Get the true airspeed acceleration.

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.heading_dot: Any#

Get the heading rate of change.

property ReferenceStateTakeoffLandingOptions.course_dot: Any#

Get the course rate of change.

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.aoa: Any#

Get or set the aircraft’s angle of attack.

property ReferenceStateTakeoffLandingOptions.sideslip: Any#

Get or set the aircraft’s yaw angle.

property ReferenceStateTakeoffLandingOptions.pitch_rate: Any#

Get the aircraft’s pitch rate.

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.

Parameters:

airspeed_type : AirspeedType

airspeed : float

Returns:

None

ReferenceStateTakeoffLandingOptions.set_longitudinal_acceleration(self, accel_type: ReferenceStateLongitudinalAccelerationMode, value: float) None#

Set the longitudinal acceleration.

Parameters:

accel_type : ReferenceStateLongitudinalAccelerationMode

value : float

Returns:

None

ReferenceStateTakeoffLandingOptions.set_lateral_acceleration(self, accel_type: ReferenceStateLateralAccelerationMode, value: Any) None#

Set the lateral acceleration.

Parameters:

accel_type : ReferenceStateLateralAccelerationMode

value : Any

Returns:

None

ReferenceStateTakeoffLandingOptions.set_attitude_rate(self, attitude_rate_type: ReferenceStateAttitudeMode, value: Any) None#

Set the vertical attitude rate.

Parameters:

attitude_rate_type : ReferenceStateAttitudeMode

value : Any

Returns:

None