Click or drag to resize

ImpulsiveManeuverInformation.CostateElementIdentification Property

Gets or sets the identification of the optional costate vector element in the state passed into the ImpulsiveManeuverSegment. This should be the identification of a PropagationVector or a similarly configured custom type. The costate could represent a primer vector as introduced by D. F. Lawden in "Optimal Trajectories for Space Navigation", 1964.

If this is empty or null, the CostateVector and InnerCostateParameter will not be available to the propagator generated by the ImpulsiveManeuverSegment.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public string CostateElementIdentification { get; set; }

Property Value

Type: String
See Also