Changeset 1128:3a549693a614 for src
- Timestamp:
- 02/10/24 09:37:31 (10 months ago)
- Branch:
- python3
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/checks.py
r1107 r1128 959 959 class AntiCollisionLightsChecker(PatientFaultChecker): 960 960 """Check for the anti-collision light being off at high N1 values.""" 961 def __init__(self): 962 """Construct the anti-collision lights checker.""" 963 super(AntiCollisionLightsChecker, self).__init__(timeout = 5.0) 964 961 965 def isCondition(self, flight, aircraft, oldState, state): 962 966 """Check if the fault condition holds."""
Note:
See TracChangeset
for help on using the changeset viewer.