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