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