Autopilot configuration reference: Difference between revisions

Jump to navigation Jump to search
→‎Pure Gain: Trying to clarify
(Mention the expression tag; it's not obvious otherwise)
(→‎Pure Gain: Trying to clarify)
Line 404: Line 404:


=== Pure Gain <gain> ===
=== Pure Gain <gain> ===
A gain filter multiplies the difference between the <input> and <output> values by a given factor. The multiplier or gain is specified by the <gain> element. More than one <gain> element formatted as in [[Autopilot Configuration Reference#Input Values|Input Values]] may be present. The first with a <condition> element evaluating as true will define the used gain.
A gain filter multiplies the <input> value by a given factor or gain <gain> and returns the output to <output>. More than one <gain> element formatted as in [[Autopilot Configuration Reference#Input Values|Input Values]] may be present. The first <gain> within a <condition> element evaluating as true will define the used gain.


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">

Navigation menu