Type Alias: AutothrottlePowerCorrectionTransformer()
AutothrottlePowerCorrectionTransformer = (
correction,iasError,targetIas,effectiveIas) =>number
Defined in: src/sdk/autothrottle/AbstractAutothrottle.ts:97
A function which transforms a power target correction calculated by a speed controller.
Parameters
| Parameter | Type | Description |
|---|---|---|
correction | number | The raw power target correction. |
iasError | number | The target airspeed error, in knots. Positive values indicate the target airspeed is greater than the airplane's effective airspeed. |
targetIas | number | The target indicated airspeed, in knots. |
effectiveIas | number | The airplane's effective indicated airspeed, in knots. The effective airspeed value is reported after smoothing and lookahead (if they are specified for airspeed data) have been applied. |
Returns
number
The transformed power target correction.