Click or drag to resize

PerformanceAssessmentFile.GetSatelliteGlobalUserRangeErrorEvaluator Method (IServiceProvider)

Returns an evaluator which can compute the SatelliteGlobalUserRangeError for this Performance Assessment File at a given time.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public Evaluator<SatelliteGlobalUserRangeError> GetSatelliteGlobalUserRangeErrorEvaluator(
	IServiceProvider satellite
)

Parameters

satellite
Type: System.IServiceProvider
The GPS satellite for which to obtain the global user range error. The satellite instance must provide IGpsPrnService and IOrientationAxesService.

Return Value

Type: Evaluator<SatelliteGlobalUserRangeError>
An evaluator that will return the global user range errors at a specified time.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when satellite is null.
See Also