Click or drag to resize

WalkerConstellationPlane<TPropagator>.GetSatellitePropagator Method

Gets a propagator for a specific satellite within the orbital plane.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public TPropagator GetSatellitePropagator(
	int satelliteNumber
)

Parameters

satelliteNumber
Type: System.Int32
The number of the desired satellite within its orbital plane.

Return Value

Type: TPropagator
A propagator that models the orbit of a specific satellite within the orbital plane.
See Also