Skip to main content

Type Alias: APAltCapDirectorCaptureFunc()

APAltCapDirectorCaptureFunc = (targetAltitude, indicatedAltitude, initialFpa, tas) => number

Defined in: src/sdk/autopilot/directors/APAltCapDirector.ts:42

A function which calculates a desired pitch angle, in degrees, to capture a target altitude.

Parameters

ParameterTypeDescription
targetAltitudenumberThe altitude to capture, in feet.
indicatedAltitudenumberThe current indicated altitude, in feet.
initialFpanumberThe flight path angle of the airplane, in degrees, when altitude capture was first activated. Positive values indicate a descending path.
tasnumberThe current true airspeed of the airplane, in knots.

Returns

number

The desired pitch angle, in degrees, to capture the specified altitude. Positive values indicate nose-up pitch.