Click or drag to resize

GpsCommunicationsFrontEndGetSatelliteLinkBudgets Method

Gets GNSS link budgets for a specific satellite identified by satelliteID. A collection of GnssLinkBudgetScalars containing link budgets for each signal tracked by the receiver's channel.

Namespace:  AGI.Foundation.Navigation.Advanced
Assembly:  AGI.Foundation.Navigation.Advanced (in AGI.Foundation.Navigation.Advanced.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public GnssLinkBudgetScalarsCollection GetSatelliteLinkBudgets(
	GpsReceiver receiver,
	int satelliteID
)

Parameters

receiver
Type: AGI.Foundation.NavigationGpsReceiver
The GPS receiver to determine link budgets for.
satelliteID
Type: SystemInt32
The ID of the satellite for which the link budgets are desired.

Return Value

Type: GnssLinkBudgetScalarsCollection
A set of link budget scalars representing all signals the receiver's channel can track from the specified satellite.
See Also