Skip to main content

Enumeration: ToldThrustReverserSelectable

States describing which TOLD (takeoff/landing) performance calculation thrust reverser settings are selectable.

Enumeration Members

Both

Both = "Both"

Both the true and false thrust reverser settings are selectable.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldConfig.ts:46


OnlyFalse

OnlyFalse = "OnlyFalse"

Only the false thrust reverser setting is selectable.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldConfig.ts:40


OnlyTrue

OnlyTrue = "OnlyTrue"

Only the true thrust reverser setting is selectable.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldConfig.ts:43