Interface: Epic2VerticalPredictionFunctions
Defined in: workingtitle-instruments-epic2/shared/Autopilot/Epic2VnavUtils.ts:6
An interface for the Epic 2 Vertical Predictions which are aircraft specific
Properties
getClimbRate()
getClimbRate: (
alt
,weight
) =>number
Defined in: workingtitle-instruments-epic2/shared/Autopilot/Epic2VnavUtils.ts:10
A function which when given altitude in feet and weight in pounds will return the predicted climb rate based on ISA + 0C conditions
Parameters
Parameter | Type |
---|---|
alt | number |
weight | number |
Returns
number