Ignore:
Timestamp:
06/15/24 15:08:15 (13 days ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The altitude above which the speed is reported in Mach can be specified for each aircraft type (re #389).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/acft.py

    r1154 r1165  
    289289        This default implementation returns DERATE_NONE."""
    290290        return DERATE_NONE
     291
     292    @property
     293    def machSpeedAbove(self):
     294        """Get the altitude above which the cruise speed should be reported
     295        in Machs."""
     296        return 24500
    291297
    292298    def setBookedFlight(self, bookedFlight):
Note: See TracChangeset for help on using the changeset viewer.