use a new function to create the fixed preceedings and use the information in the runway manager
This commit is contained in:
@@ -6,7 +6,8 @@ class Configuration:
|
||||
def __init__(self, **kwargs):
|
||||
# the AMAN specific information
|
||||
self.RunwayConstraints = kwargs.get('constraints', None)
|
||||
self.PreceedingInbounds = kwargs.get('preceeding', None)
|
||||
self.PreceedingRunwayInbounds = kwargs.get('preceedingRunways', None)
|
||||
self.PreceedingIafInbounds = kwargs.get('preceedingIafs', None)
|
||||
self.EarliestArrivalTime = kwargs.get('earliest', None)
|
||||
self.WeatherModel = kwargs.get('weather', None)
|
||||
self.AirportConfiguration = kwargs.get('config', None)
|
||||
|
||||
Reference in New Issue
Block a user