Click or drag to resize

FiniteManeuverSegment.BurnCenteringDuration Property

Gets or sets the ValueDefinition<T> that will be used for burn centering. This Duration will be evaluated at propagation time. The Duration will be halved and this segment will start propagating at that computed time. This is often the threshold of a DurationStoppingCondition. By default, this is null and no time adjustment to propagation start is made.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ValueDefinition<Duration> BurnCenteringDuration { get; set; }

Property Value

Type: ValueDefinition<Duration>
See Also