Click or drag to resize

WalkerConstellationPlaneTPropagatorGetSatellitePropagator 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: 24.1.418.0 (24.1.418.0)
Syntax
public TPropagator GetSatellitePropagator(
	int satelliteNumber
)

Parameters

satelliteNumber
Type: SystemInt32
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