Type Alias: SpeedConstraintDetails
SpeedConstraintDetails =
object
Defined in: src/sdk/autopilot/VerticalNavigation.ts:302
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:305
The currently applicable speed constraint.
distanceToNextSpeedConstraint?
readonly
optional
distanceToNextSpeedConstraint:number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:311
The distance to the next speed constraint, in NM.
nextSpeedConstraint
readonly
nextSpeedConstraint:SpeedConstraint
Defined in: src/sdk/autopilot/VerticalNavigation.ts:308
The next applicable speed constraint.