Click or drag to resize

ExtremeValueOfSegmentInequalityConstraint Properties

The ExtremeValueOfSegmentInequalityConstraint type exposes the following members.

Properties
  NameDescription
Public propertyBoundType
Gets or sets a value indicating whether the BoundValue represents a lower or an upper bound.
(Inherited from SegmentPropagatorInequalityConstraint.)
Public propertyBoundValue
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 SegmentPropagatorInequalityConstraint.)
Public propertyExtremumType
Gets or sets if the minimum or maximum value of the Scalar will be the computed constraint value.
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 SegmentPropagatorInequalityConstraint.)
Public propertyParameter
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 there is coupling between this and the Scalar, and as such be sure to update this property if the parameter the Scalar depends on changes.
Public propertyScalar
Gets or sets the Scalar to compute a value to compare to the BoundValue. This 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.
Public propertySegment
Gets or sets the SegmentDefinition whose entire computed ephemeris points (in the StateForNextSegment) will be used to compute a value.
Public propertySettings
Gets or sets the settings for the ParameterOptimizer associated with this constraint.
(Inherited from SegmentPropagatorInequalityConstraint.)
Top
See Also