LifetimeCalculationLimitType Enumeration |
Specifies how the
LifetimeOrbitPropagator should behave when
determining completion of the computation. This will limit the run time of the
orbit lifetime computation.
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 LifetimeCalculationLimitType
Public Enumeration LifetimeCalculationLimitType
public enum class LifetimeCalculationLimitType
type LifetimeCalculationLimitType
Members
| Member name | Description |
---|
| LimitOrbitCount |
Limit computation to a maximum number of orbits.
|
| LimitDuration |
Limit computation to a maximum elapsed time.
|
| LimitAll |
Limit computation to either a maximum elapsed time or a max number of orbits.
|
See Also