Skip to main content

Type Alias: APBackCourseDirectorInterceptFunc()

APBackCourseDirectorInterceptFunc = (distanceToSource, deflection, xtk, tas) => number

Defined in: src/sdk/autopilot/directors/APBackCourseDirector.ts:137

Calculates an intercept angle, in degrees, to capture the desired track from a localizer signal for APBackCourseDirector.

Parameters

ParameterTypeDescription
distanceToSourcenumberThe distance from the plane to the source of the navigation signal, in nautical miles.
deflectionnumberThe lateral deflection of the desired track relative to the plane, normalized from -1 to 1. Positive values indicate that the desired track is to the right of the plane.
xtknumberThe cross-track error of the plane from the desired track, in nautical miles. Positive values indicate that the plane is to the right of the track.
tasnumberThe true airspeed of the plane, in knots.

Returns

number

The intercept angle, in degrees, to capture the desired track from the navigation signal.