Skip to content
ProfHoekstra edited this page Mar 22, 2018 · 6 revisions

ATALT: acid ATALT alt give a command

When an aircraft reaches a given altitude, execute the given command. reaching the altitude is detected by a sign change of the difference between current value and target value of the condition

The issued command can be any command for any a/c id. It could even be another ATALT command which will only be active after reaching this altitude.

Usage:

acid ATALT alt, cmdtxt

Arguments:

Name Type Required Description
acid txt Yes Aircraft id
alt float Yes Altitude
cmdtxt string Yes Full command line to be issued when condition is met

Back to command reference.

Clone this wiki locally