Click or drag to resize

ImpulsiveManeuverInformationCostateElementIdentification 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 , 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: 24.1.418.0 (24.1.418.0)
Syntax
public string CostateElementIdentification { get; set; }

Property Value

Type: String
See Also