@squawk
    Preparing search index...

    Interface SpeedConstraint

    Speed constraint applied at the termination of a procedure leg.

    interface SpeedConstraint {
        descriptor: SpeedConstraintDescriptor;
        speedKt: number;
    }
    Index

    Properties

    Properties

    Descriptor specifying how the constraint is evaluated.

    speedKt: number

    Indicated airspeed limit in knots.