Skip to main content

Interface: FacilityILSFrequency

An ILS frequency on airport runway data.

Properties

freqBCD16

Readonly freqBCD16: number

The frequency, in BCD16.

Defined in

src/sdk/navigation/Facilities.ts:67


freqMHz

Readonly freqMHz: number

The frequency, in MHz.

Defined in

src/sdk/navigation/Facilities.ts:64


glideslopeAngle

Readonly glideslopeAngle: number

The glideslope angle for this localizer.

Defined in

src/sdk/navigation/Facilities.ts:76


hasGlideslope

Readonly hasGlideslope: boolean

Whether or not this ILS has a glideslope.

Defined in

src/sdk/navigation/Facilities.ts:73


icao

Readonly icao: string

The ICAO of the ILS frequency.

Defined in

src/sdk/navigation/Facilities.ts:58


localizerCourse

Readonly localizerCourse: number

The course, in degrees magnetic, for this localizer.

Defined in

src/sdk/navigation/Facilities.ts:79


magvar

Readonly magvar: number

The magvar at this localizer's position.

Defined in

src/sdk/navigation/Facilities.ts:82


name

Readonly name: string

The name of the frequency.

Defined in

src/sdk/navigation/Facilities.ts:61


type

Readonly type: FacilityFrequencyType

The type of the frequency.

Defined in

src/sdk/navigation/Facilities.ts:70