I would like to limit the N1 used by the auto-throttle during climb. By
default, it sets full power but I would like to limit it to a given value,
let’s say 92%. I used this:
SimVar.SetSimVarValue("AUTOPILOT THROTTLE MAX THRUST", "percent", 92.0);
When I read this SimVar, I confirm it is correctly set to 92% (or 0.92 if I
read it as a number). Nevertheless, the auto-throttle keeps pushing the
engines to max power when climbing in FLCH mode. Where did I go wrong?