LifetimeCalculationStatus Enumeration |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum LifetimeCalculationStatus
Public Enumeration LifetimeCalculationStatus
public enum class LifetimeCalculationStatus
type LifetimeCalculationStatus
Members
| Member name | Description |
---|
| CalculationComplete |
Indicates that the calculation completed normally and the orbit decayed without any errors.
|
| EarlyDecay |
Indicates that the orbit was already decayed before the calculation could begin.
When seeing this result, verify that the initial conditions are using the correct
units and that the minimum altitude and duration constraints are set correctly.
|
| NoDecay |
Indicates that the orbit does not decay.
|
| Cancelled |
Indicates that the calculation was cancelled before it could determine the decay date.
|
| NoDecayOrbit |
Indicates that the calculation encountered the OrbitCountLimit
before the orbit could decay.
|
| NoDecayDuration |
Indicates that the calculation encountered the DurationLimit
before the orbit could decay.
|
See Also