Skip to main content

Type Alias: APLvlDirectorOptions

APLvlDirectorOptions = object

Defined in: src/sdk/autopilot/directors/APLvlDirector.ts:7

Options for APLvlDirector.

Properties

bankRate?

optional bankRate: number | () => number

Defined in: src/sdk/autopilot/directors/APLvlDirector.ts:12

The bank rate to enforce when the director commands changes in bank angle, in degrees per second, or a function which returns it. If not undefined, a default bank rate will be used. Defaults to undefined.


omitWingLeveler?

optional omitWingLeveler: boolean

Defined in: src/sdk/autopilot/directors/APLvlDirector.ts:18

Whether the director should omit setting the AUTOPILOT WING LEVELER SimVar to true (1) when the director is active. Defaults to false.