Skip to main content

Type Alias: SpeedConstraintDetails

SpeedConstraintDetails = object

Defined in: src/sdk/autopilot/VerticalNavigation.ts:357

The current speed constraint details including the currently applicable speed constraint (if any), the next speed constraint (if any) and the distance to the next speed constraint (if any).

Properties

currentSpeedConstraint

readonly currentSpeedConstraint: SpeedConstraint

Defined in: src/sdk/autopilot/VerticalNavigation.ts:360

The currently applicable speed constraint.


distanceToNextSpeedConstraint?

readonly optional distanceToNextSpeedConstraint: number

Defined in: src/sdk/autopilot/VerticalNavigation.ts:366

The distance to the next speed constraint, in NM.


nextSpeedConstraint

readonly nextSpeedConstraint: SpeedConstraint

Defined in: src/sdk/autopilot/VerticalNavigation.ts:363

The next applicable speed constraint.