Click or drag to resize

ScalarAtEndOfSegmentConstraintParameter Property

Gets or sets the parameter to use when evaluating the Scalar. The Scalar must be set to evaluate at any time during the ephemeris of the Segment. The common way to do that is to create a Scalar that is built from a ParameterizedOnStateScalar, ParameterizedOnStatePoint or ParameterizedOnStateVector with this parameter as their parameter. Note that this and the ScalarScalar are coupled and changing this property will generally require changing the Scalar as well.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TimeBasedStateParameter Parameter { get; set; }

Property Value

Type: TimeBasedStateParameter
See Also