eatc-airspace - v0.0.1
    Preparing search index...

    Class FrequencyHandoff

    Frequency to which departures can be handed over.

    Departures will use this frequency when the bearing from the Airspace#center to the frequency is closest to the bearing from the Airspace#center to the aircraft’s last SID fix.

    Index

    Constructors

    • Parameters

      • bearing: number

        Bearing, in degrees from true north.

      • callsign: string

        ATC callsign.

      • pronunciation: string

        Pronunciation of the ATC callsign.

      • Optionalfrequency: number

        Radio frequency, in MHz.

      Returns FrequencyHandoff

    Properties

    bearing: number

    Bearing, in degrees from true north.

    callsign: string

    ATC callsign.

    frequency?: number

    Radio frequency, in MHz.

    pronunciation: string

    Pronunciation of the ATC callsign.