Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public enum LifetimeCalculationLimitType
Members
  Member nameDescription
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