Click or drag to resize

FiniteManeuverSegmentBurnCenteringDuration Property

Gets or sets the ValueDefinitionT 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 and no time adjustment to propagation start is made.

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

Property Value

Type: ValueDefinitionDuration
See Also