PrescribedAccelerationTransitionProfileThrustAcceleration Property |
Gets or sets the acceleration to use when transitioning from the initial to the final speed.
By default, this is zero, indicating that the speed will not change and the next profile's
initial speed will be updated to be equal to the final speed of the previous profile.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double ThrustAcceleration { get; set; }
Public Property ThrustAcceleration As Double
Get
Set
public:
property double ThrustAcceleration {
double get ();
void set (double value);
}
member ThrustAcceleration : float with get, set
Property Value
Type:
DoubleSee Also