Click or drag to resize

NavigationAccuracyAssessedTrackedSatellitesNotIncluded Property

Gets or sets the collection of satellites tracked by the GpsReceiver but NOT included in the accuracy computation.

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PlatformCollection TrackedSatellitesNotIncluded { get; set; }

Property Value

Type: PlatformCollection
Remarks
Generally, this collection is empty. However, a tracked satellite might not be included if a PerformanceAssessmentField is not available for the satellite at the JulianDate for which accuracy is being computed.
See Also