Click or drag to resize

ScalarAtEndOfNumericalSegmentConstraint Properties

The ScalarAtEndOfNumericalSegmentConstraint type exposes the following members.

Properties
  NameDescription
Public propertyDesiredValue
Gets or sets the threshold that the evaluated value will be compared to when solving for a particular trajectory. This value must not vary in time; consider using a ParameterizedValueDefinitionT if you want to change this value at propagation time.
(Inherited from SegmentPropagatorConstraint.)
Public propertyEndOfSegment
Gets or sets if the final state or if the initial state should be used when evaluating this constraint. By default this is Final.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyName
Gets or sets an optional name to identify this constraint.
(Inherited from SegmentPropagatorConstraint.)
Public propertyParameter
Gets or sets the parameter to use when evaluating the Scalar. You only need to modify this if you have configured the NumericalPropagator of the segment in question to use a custom PropagationStateParameter.
Public propertyScalar
Gets or sets the Scalar to compute a value to compare to the DesiredValue.
Public propertySegment
Gets or sets the SegmentDefinition whose final ephemeris point (in the StateForNextSegment) will be used to compute a value.
Public propertySettings
Gets or sets the settings for the MultivariableFunctionSolver or ParameterOptimizer associated with this constraint.
(Inherited from SegmentPropagatorConstraint.)
Top
See Also