Skip to main content

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

ParameterType
altnumber
weightnumber

Returns

number