Changeset 1166:dd65d82078e3


Ignore:
Timestamp:
06/15/24 15:08:55 (6 days ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Tags:
tip
Message:

The cruise speed of a Tu-154 aircraft is logged in Mach above 32000 feet (re #389)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/acft.py

    r1165 r1166  
    11801180        return DERATE_TUPOLEV
    11811181
     1182    @property
     1183    def machSpeedAbove(self):
     1184        """Get the altitude above which the cruise speed should be reported
     1185        in Machs."""
     1186        return 32000
     1187
    11821188    def setBookedFlight(self, bookedFlight):
    11831189        """Update the aircraft based on the booked flight data (e.g. tail number)."""
Note: See TracChangeset for help on using the changeset viewer.