Changeset 1185:a48a0883c767


Ignore:
Timestamp:
04/30/25 15:05:38 (14 hours ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

The SimBrief profiles are updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/acft.py

    r1166 r1185  
    793793        self.simBriefData = SimBriefData(["250/280/78"],
    794794                                         ["CI", "M76", "M78", "M79", "M80", "LRC"],
    795                                          ["78/280/250", "78/250/250"],
     795                                         ["78/280/250"],
    796796                                         cruiseParameters = {0: (False, "civalue")})
    797797
     
    803803        super(B738Charter, self).__init__(flight)
    804804        self.mtow = 77791
    805         self.simBriefData = SimBriefData(["AUTO"],
    806                                          ["280/M74"],
    807                                          ["AUTO"])
    808805
    809806#---------------------------------------------------------------------------------------
     
    10681065                                 30 : 99,
    10691066                                 45 : 97 }
     1067        self.simBriefData = SimBriefData(["Normal"],
     1068                                         ["600BHP", "400BHP", "700BHP"],
     1069                                         ["500FPM"])
    10701070
    10711071    def _checkFlightEnd(self, aircraftState):
     
    11051105        self.maxTakeOffPitch = 16.0
    11061106        self.maxTouchDownPitch = 16.0
     1107        self.simBriefData = SimBriefData(["250/270/70"],
     1108                                         ["MRC"],
     1109                                         ["82/320/250"])
    11071110
    11081111    @property
     
    12371240
    12381241        self.hasStrobeLight = False
     1242        self.simBriefData = SimBriefData(["250/280/70"],
     1243                                         ["M70", "LRC"],
     1244                                         ["70/280/250"])
    12391245
    12401246    @property
Note: See TracChangeset for help on using the changeset viewer.