-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[AP] Set selected altitude
Curtis English edited this page Sep 9, 2020
·
1 revision
Set the selected altitude.
Set selected altitude value:
Coherent.call("AP_ALT_VAR_SET_ENGLISH", 1, Simplane.getAutoPilotDisplayedAltitudeLockValue(), forceNextAltitudeUpdateBool);
Enable selected altitude mode:
SimVar.SetSimVarValue("K:ALTITUDE_SLOT_INDEX_SET", "number", 1);
Custom Sidebar