Ignore:
Timestamp:
04/19/20 16:46:17 (4 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
version_0.39_maint
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The PMDG model handler increases the elevator trim value by 5.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fsuipc.py

    r877 r1017  
    17811781        state.apHeading = data[self._pmdgidx_aphdg]
    17821782        state.apAltitude = data[self._pmdgidx_apalt]
     1783        state.elevatorTrim += 5.0
    17831784
    17841785        gearControl = data[self._monidx_gearControl]
Note: See TracChangeset for help on using the changeset viewer.