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.2.419.0 (24.2.419.0)
Syntax public ValueDefinition<Duration> BurnCenteringDuration { get; set; }
Public Property BurnCenteringDuration As ValueDefinition(Of Duration)
Get
Set
public:
property ValueDefinition<Duration>^ BurnCenteringDuration {
ValueDefinition<Duration>^ get ();
void set (ValueDefinition<Duration>^ value);
}
member BurnCenteringDuration : ValueDefinition<Duration> with get, set
Property Value
Type:
ValueDefinitionDurationSee Also