LifetimeOrbitPropagatorOrbitsPerCalculation Property |
Gets or sets the number of complete orbits to propagate as part of a single iteration of the integration
of the orbital parameters over time. This parameter allows you to control the performance of the propagator directly.
The fewer orbits per calculation, the more precise the estimate will be, but at the expense of computation time. The
higher number of orbits per calculation, the less precise the estimate will be, but calculations complete much faster.
By default, this is set to 1 orbit, but 10 can be used for a faster approximation.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int OrbitsPerCalculation { get; set; }
Public Property OrbitsPerCalculation As Integer
Get
Set
public:
property int OrbitsPerCalculation {
int get ();
void set (int value);
}
member OrbitsPerCalculation : int with get, set
Property Value
Type:
Int32See Also