Click or drag to resize

ClimbDescentCommandedValues Constructor

Initializes an instance with the provided parameters.

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ClimbDescentCommandedValues(
	double trueAirspeed,
	double altitudeRate,
	double fuelFlowRate
)

Parameters

trueAirspeed
Type: SystemDouble
The commanded true airspeed.
altitudeRate
Type: SystemDouble
The commanded rate of altitude change.
fuelFlowRate
Type: SystemDouble
The commanded rate of fuel flow.
See Also