Depending on the input (like, for example, if it's a FT equation you have stored in a variable), it might be easier to use a slightly simplified code: (IAS > X ? input : 0)
X = desired speed (m/s) input = desired input (i.e. brakes, throttle, FT variable, etc.)
Would altitude be: (Altitude > X ? input : 0) ?
@HuskyDynamics01 Thanks ALOT!
Depending on the input (like, for example, if it's a FT equation you have stored in a variable), it might be easier to use a slightly simplified code:
(IAS > X ?
input
: 0)X = desired speed (m/s)
input
= desired input (i.e. brakes, throttle, FT variable, etc.)i tried it here, arm spoiler
It has other condition as for automatic landing spoiler
(IAS>X?1:0)*Brake
X is speed