Click or drag to resize

LifetimeOrbitPropagatorComputeLifetime Method

Compute the set of metrics describing the time history of the orbit as well as the number of orbit revolutions and the time at which the orbit is expected to decay. Note that if the propagation reaches the OrbitCountLimit or DurationLimit the results will not represent a decayed orbit. This can also happen if there is a problem with the initial state or something else went wrong during propagation. Check the Status in order to determine whether the calculation completed successfully.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public OrbitLifetimeResults ComputeLifetime()

Return Value

Type: OrbitLifetimeResults
The results containing the decay date and orbit history.
See Also