Click or drag to resize

BasicLaunchSegmentInitialAcceleration Property

Gets or sets the initial acceleration at launch. The AscentType type must be set to quartic to use. This defaults to zero m/s^2.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ValueDefinition<double> InitialAcceleration { get; set; }

Property Value

Type: ValueDefinitionDouble
See Also