Skip to main content

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

ParameterTypeDescription
correctionnumberThe raw power target correction.
iasErrornumberThe target airspeed error, in knots. Positive values indicate the target airspeed is greater than the airplane's effective airspeed.
targetIasnumberThe target indicated airspeed, in knots.
effectiveIasnumberThe 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.