Click or drag to resize

WalkerConstellationResultTPropagatorGetSatellitePropagator Method

Gets a propagator for a specific satellite within the Walker constellation.

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 planeNumber,
	int satelliteNumber
)

Parameters

planeNumber
Type: SystemInt32
The plane identifier of the desired satellite's orbital plane.
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 Walker constellation.
See Also