Changeset 1166:dd65d82078e3
- Timestamp:
- 06/15/24 15:08:55 (5 months ago)
- Branch:
- python3
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/acft.py
r1165 r1166 1180 1180 return DERATE_TUPOLEV 1181 1181 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 1182 1188 def setBookedFlight(self, bookedFlight): 1183 1189 """Update the aircraft based on the booked flight data (e.g. tail number)."""
Note:
See TracChangeset
for help on using the changeset viewer.