Interface: FlcComputerOptions
Defined in: src/sdk/autopilot/calculators/GenericFlcComputer.ts:13
Configuration options for GenericFlcComputer.
Properties
apDataProvider?
optionalapDataProvider:APDataProvider
Defined in: src/sdk/autopilot/calculators/GenericFlcComputer.ts:39
A provider of data for the computer to use. If not defined, then the computer will source required data from standard SimVars.
kD
kD:
number
Defined in: src/sdk/autopilot/calculators/GenericFlcComputer.ts:21
kD The differential gain of the controller.
kI
kI:
number
Defined in: src/sdk/autopilot/calculators/GenericFlcComputer.ts:18
kI The integral gain of the controller.
kP
kP:
number
Defined in: src/sdk/autopilot/calculators/GenericFlcComputer.ts:15
kP The proportional gain of the controller.
maxI?
optionalmaxI:number
Defined in: src/sdk/autopilot/calculators/GenericFlcComputer.ts:30
maxI The maximum integral gain (optional).
maxOut
maxOut:
number
Defined in: src/sdk/autopilot/calculators/GenericFlcComputer.ts:24
maxOut The maximum output of the controller.
minI?
optionalminI:number
Defined in: src/sdk/autopilot/calculators/GenericFlcComputer.ts:33
minI The minimum integral gain (optional).
minOut
minOut:
number
Defined in: src/sdk/autopilot/calculators/GenericFlcComputer.ts:27
minOut The minumum output of the controller.