Click or drag to resize

FiniteManeuverSegmentBurnCenteringBias Property

Gets or sets a bias to use for burn centering. If this is a positive value, then the centering time of the burn will be moved forward by the specified amount. If this is then no bias will be applied. This only applies if BurnCenteringDuration is used.

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<Duration> BurnCenteringBias { get; set; }

Property Value

Type: ValueDefinitionDuration
See Also