ScalarOccultationRegulatedDualConePhaseParameter Property |
Gets or sets a parameter which represents the propagation phase. In general,
users should never need to explicitly set this property. It should only be set
when multiple
NumericalPropagator objects are running in the same
EvaluatorGroup,
such as when elements of a state require additional instances of a
NumericalPropagator
inside their implementation in order to produce their values. In such cases, it may
be necessary to distinguish between the phase of the exterior propagator and the
phase of the interior propagator. In these cases, it is up to the user to ensure
that both the state and all of its elements are configured with the same parameter.
Otherwise, the state will throw an exception when creating its propagator.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PropagationStageParameter PhaseParameter { get; set; }
Public Property PhaseParameter As PropagationStageParameter
Get
Set
public:
property PropagationStageParameter^ PhaseParameter {
PropagationStageParameter^ get ();
void set (PropagationStageParameter^ value);
}
member PhaseParameter : PropagationStageParameter with get, set
Property Value
Type:
PropagationStageParameterSee Also