Skip to main content

Interface: APEvents

The events related to an autopilot

Hierarchy

  • APSimVarEvents

    APEvents

Properties

ap_alt_hold

ap_alt_hold: boolean

Whether the autopilot is in altitude hold mode.

Inherited from

APSimVarEvents.ap_alt_hold

Defined in

src/sdk/instruments/APPublisher.ts:49


ap_altitude_selected

ap_altitude_selected: number

The autopilot's selected altitude in slot 1, in feet.

Inherited from

APSimVarEvents.ap_altitude_selected

Defined in

src/sdk/instruments/APPublisher.ts:70


ap_approach_hold

ap_approach_hold: boolean

Whether the autopilot is in approach mode.

Inherited from

APSimVarEvents.ap_approach_hold

Defined in

src/sdk/instruments/APPublisher.ts:25


ap_backcourse_hold

ap_backcourse_hold: boolean

Whether the autopilot is in backcourse mode.

Inherited from

APSimVarEvents.ap_backcourse_hold

Defined in

src/sdk/instruments/APPublisher.ts:28


ap_bank_hold

ap_bank_hold: boolean

Whether the autopilot is in bank hold mode.

Inherited from

APSimVarEvents.ap_bank_hold

Defined in

src/sdk/instruments/APPublisher.ts:31


ap_disengage_status

ap_disengage_status: boolean

Whether the autopilot is disengaged.

Inherited from

APSimVarEvents.ap_disengage_status

Defined in

src/sdk/instruments/APPublisher.ts:16


ap_flc_hold

ap_flc_hold: boolean

Whether the autopilot is in flight level change mode.

Inherited from

APSimVarEvents.ap_flc_hold

Defined in

src/sdk/instruments/APPublisher.ts:46


ap_fpa_selected

ap_fpa_selected: number

The autopilot's selected flight path angle target in slot 1, in degrees.

Inherited from

APSimVarEvents.ap_fpa_selected

Defined in

src/sdk/instruments/APPublisher.ts:82


ap_glideslope_hold

ap_glideslope_hold: boolean

Whether the autopilot is in glideslope hold mode.

Inherited from

APSimVarEvents.ap_glideslope_hold

Defined in

src/sdk/instruments/APPublisher.ts:52


ap_heading_hold

ap_heading_hold: boolean

Whether the autopilot is in heading hold mode.

Inherited from

APSimVarEvents.ap_heading_hold

Defined in

src/sdk/instruments/APPublisher.ts:19


ap_heading_selected

ap_heading_selected: number

The autopilot's selected heading in slot 1, in degrees.

Inherited from

APSimVarEvents.ap_heading_selected

Defined in

src/sdk/instruments/APPublisher.ts:64


ap_ias_selected

ap_ias_selected: number

The autopilot's selected airspeed target in slot 1, in knots.

Inherited from

APSimVarEvents.ap_ias_selected

Defined in

src/sdk/instruments/APPublisher.ts:88


ap_lock_release

ap_lock_release: APLockType

An autopilot lock has been released.

Defined in

src/sdk/instruments/APPublisher.ts:151


ap_lock_set

ap_lock_set: APLockType

An autopilot lock has been set.

Defined in

src/sdk/instruments/APPublisher.ts:148


ap_mach_selected

ap_mach_selected: number

The autopilot's selected mach target in slot 1.

Inherited from

APSimVarEvents.ap_mach_selected

Defined in

src/sdk/instruments/APPublisher.ts:94


ap_master_off

ap_master_off: true

The autopilot has been deactivated.

Defined in

src/sdk/instruments/APPublisher.ts:139


ap_master_on

ap_master_on: true

The autopilot has been activated.

Defined in

src/sdk/instruments/APPublisher.ts:136


ap_master_status

ap_master_status: boolean

Whether the autopilot master is active.

Inherited from

APSimVarEvents.ap_master_status

Defined in

src/sdk/instruments/APPublisher.ts:10


ap_max_bank_id

ap_max_bank_id: number

The autopilot max bank value ID (usually 0 for standard, 1 for half bank).

Inherited from

APSimVarEvents.ap_max_bank_id

Defined in

src/sdk/instruments/APPublisher.ts:34


ap_max_bank_value

ap_max_bank_value: number

The current set autopilot max bank value in absolute degrees.

Inherited from

APSimVarEvents.ap_max_bank_value

Defined in

src/sdk/instruments/APPublisher.ts:37


ap_nav_hold

ap_nav_hold: boolean

Whether the autopilot is in NAV mode.

Inherited from

APSimVarEvents.ap_nav_hold

Defined in

src/sdk/instruments/APPublisher.ts:22


ap_pitch_hold

ap_pitch_hold: boolean

Whether the autopilot is in pitch hold mode.

Inherited from

APSimVarEvents.ap_pitch_hold

Defined in

src/sdk/instruments/APPublisher.ts:55


ap_pitch_selected

ap_pitch_selected: number

The autopilot's selected pitch target, in degrees.

Inherited from

APSimVarEvents.ap_pitch_selected

Defined in

src/sdk/instruments/APPublisher.ts:61


ap_selected_speed_is_mach

ap_selected_speed_is_mach: boolean

Whether the autopilot's selected airspeed target is in mach.

Inherited from

APSimVarEvents.ap_selected_speed_is_mach

Defined in

src/sdk/instruments/APPublisher.ts:100


ap_selected_speed_is_manual

ap_selected_speed_is_manual: boolean

Whether the autopilot's selected airspeed target is manually set.

Inherited from

APSimVarEvents.ap_selected_speed_is_manual

Defined in

src/sdk/instruments/APPublisher.ts:103


ap_toga_hold

ap_toga_hold: boolean

Whether the autopilot is in TO/GA mode.

Inherited from

APSimVarEvents.ap_toga_hold

Defined in

src/sdk/instruments/APPublisher.ts:58


ap_vs_hold

ap_vs_hold: boolean

Whether the autopilot is in vertical speed hold mode.

Inherited from

APSimVarEvents.ap_vs_hold

Defined in

src/sdk/instruments/APPublisher.ts:43


ap_vs_selected

ap_vs_selected: number

The autopilot's selected vertical speed target in slot 1, in feet per minute.

Inherited from

APSimVarEvents.ap_vs_selected

Defined in

src/sdk/instruments/APPublisher.ts:76


ap_wing_lvl_hold

ap_wing_lvl_hold: boolean

Whether the autopilot is in wings level mode.

Inherited from

APSimVarEvents.ap_wing_lvl_hold

Defined in

src/sdk/instruments/APPublisher.ts:40


ap_yd_off

ap_yd_off: true

The yaw damper has been deactivated.

Defined in

src/sdk/instruments/APPublisher.ts:145


ap_yd_on

ap_yd_on: true

The yaw damper has been activated.

Defined in

src/sdk/instruments/APPublisher.ts:142


ap_yd_status

ap_yd_status: boolean

Whether the yaw damper is active.

Inherited from

APSimVarEvents.ap_yd_status

Defined in

src/sdk/instruments/APPublisher.ts:13


flight_director_bank

flight_director_bank: number

The bank commanded by the flight director, in degrees.

Inherited from

APSimVarEvents.flight_director_bank

Defined in

src/sdk/instruments/APPublisher.ts:106


flight_director_pitch

flight_director_pitch: number

The pitch commanded by the flight director, in degrees.

Inherited from

APSimVarEvents.flight_director_pitch

Defined in

src/sdk/instruments/APPublisher.ts:109


vnav_active

vnav_active: boolean

Whether VNAV is active.

Inherited from

APSimVarEvents.vnav_active

Defined in

src/sdk/instruments/APPublisher.ts:115