skytracker.models.aircraft.AircraftEngineType#
- class skytracker.models.aircraft.AircraftEngineType(*values)#
Bases:
IntEnumAircraft engine type
Properties
Methods
Get engine type from a string
- __init__(*args, **kwds)#
- classmethod from_string(value: str) int#
Get engine type from a string
- Parameters:
value (str) – string to parse
- Returns:
engine type
- Return type:
int
- JET: int = 1#
jet engine
- Type:
int
- TURBOFAN: int = 2#
turbofan engine
- Type:
int
- TURBOPROP: int = 3#
turboprop engine
- Type:
int
- UNKNOWN: int = 4#
unknown engine
- Type:
int