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
readonlycurrentSpeedConstraint:SpeedConstraint
Defined in: src/sdk/autopilot/VerticalNavigation.ts:305
The currently applicable speed constraint.
distanceToNextSpeedConstraint?
readonlyoptionaldistanceToNextSpeedConstraint:number
Defined in: src/sdk/autopilot/VerticalNavigation.ts:311
The distance to the next speed constraint, in NM.
nextSpeedConstraint
readonlynextSpeedConstraint:SpeedConstraint
Defined in: src/sdk/autopilot/VerticalNavigation.ts:308
The next applicable speed constraint.