ReferenceStateWeightOnWheelsOptions#

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

Class defining the Weight on Wheels options for a Reference State procedure.

Overview#

set_longitudinal_acceleration

Set the longitudinal acceleration.

set_lateral_acceleration

Set the lateral acceleration.

groundspeed

Get or set the aircraft’s speed relative to the ground.

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.

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.

Import detail#

from ansys.stk.core.stkobjects.aviator import ReferenceStateWeightOnWheelsOptions

Property detail#

property ReferenceStateWeightOnWheelsOptions.groundspeed: float#

Get or set the aircraft’s speed relative to the ground.

property ReferenceStateWeightOnWheelsOptions.tas_dot: float#

Get the true airspeed acceleration.

property ReferenceStateWeightOnWheelsOptions.groundspeed_dot: float#

Get the groundspeed acceleration.

property ReferenceStateWeightOnWheelsOptions.longitudinal_acceleration_type: ReferenceStateLongitudinalAccelerationMode#

Get the mode to specify the longitudinal acceleration.

property ReferenceStateWeightOnWheelsOptions.heading: Any#

Get or set the direction the aircraft is pointing.

property ReferenceStateWeightOnWheelsOptions.heading_is_magnetic: bool#

Opt whether to specify the heading using magnetic North.

property ReferenceStateWeightOnWheelsOptions.heading_dot: Any#

Get the heading rate of change.

property ReferenceStateWeightOnWheelsOptions.course_dot: Any#

Get the course rate of change.

property ReferenceStateWeightOnWheelsOptions.lateral_acceleration_type: ReferenceStateLateralAccelerationMode#

Get the mode to specify the lateral acceleration.

Method detail#

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

Set the longitudinal acceleration.

Parameters:

accel_type : ReferenceStateLongitudinalAccelerationMode

value : float

Returns:

None

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

Set the lateral acceleration.

Parameters:

accel_type : ReferenceStateLateralAccelerationMode

value : Any

Returns:

None