WalkerConstellationCreateTwoBodyPropagator Method |
Creates a nested collection of satellite propagators.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax Exceptions Exception | Condition |
---|
ArgumentNullException | Thrown when the reference frame is null. |
PropertyInvalidException | Thrown when the number of planes or the number of satellites per plane are not positive, the
slot offset is less than zero or greater than or equal to the number of planes, or the seed satellite's eccentricity is less than zero or
greater than or equal to one. (The seed satellite's eccentricity is greater than or equal to one when its inverse semi-major axis is zero or less.) |
See Also