Aircraft checklists: Difference between revisions

Jump to navigation Jump to search
How to reload checklist
m (Link to special directory articles)
(How to reload checklist)
Line 59: Line 59:


See the [[Cessna 172P]] for an example of how this all fits together.
See the [[Cessna 172P]] for an example of how this all fits together.
==Reloading Checklists==
Cut and paste this little code snippet in nasal console and excecute it :
var checklist="777-200-checklists.xml";
var checklist_path=sprintf("%s/%s",getprop("/sim/aircraft-dir"),checklist);
var data = io.read_properties(checklist_path,"/sim/checklists");
Change the first variable to the name of the file you are editing.


== External link ==
== External link ==
14

edits

Navigation menu