1-
2-
31-- ATIS Nellis AFB on 270.10 MHz AM.
4- atisNellis = ATIS :New (AIRBASE .Nevada .Nellis_AFB , 270.1 )
2+ atisNellis = ATIS :New (AIRBASE .Nevada .Nellis , 270.1 )
53atisNellis :SetRadioRelayUnitName (" Radio Relay Nellis" )
64atisNellis :SetActiveRunway (" 21L" )
75atisNellis :SetTowerFrequencies ({327.000 , 132.550 })
@@ -14,7 +12,7 @@ atisNellis:Start()
1412
1513
1614-- ATIS Creech AFB on 290.45 MHz AM
17- atisCreech = ATIS :New (AIRBASE .Nevada .Creech_AFB , 290.45 )
15+ atisCreech = ATIS :New (AIRBASE .Nevada .Creech , 290.45 )
1816atisCreech :SetRadioRelayUnitName (" Radio Relay Creech" )
1917atisCreech :SetTowerFrequencies ({360.6 , 118.3 })
2018atisCreech :AddILS (108.7 , " 08" )
@@ -23,7 +21,7 @@ atisCreech:Start()
2321
2422
2523-- ATIS Creech AFB on 290.45 MHz AM.
26- atisMcCarran = ATIS :New (AIRBASE .Nevada .McCarran_International_Airport , 132.4 )
24+ atisMcCarran = ATIS :New (AIRBASE .Nevada .McCarran_International , 132.4 )
2725atisMcCarran :SetRadioRelayUnitName (" Radio Relay McCarran" )
2826atisMcCarran :SetTowerFrequencies ({257.8 , 119.9 })
2927atisMcCarran :SetRunwayHeadingsMagnetic ({" 25L" , " 25R" })
@@ -35,3 +33,4 @@ atisMcCarran:SetTACAN(116)
3533atisMcCarran :SetElevation ()
3634atisMcCarran :SetRunwayLength ()
3735atisMcCarran :Start ()
36+
0 commit comments