GpsReceiverGetSatelliteUserRangeErrorEvaluator Method (IServiceProvider, PerformanceAssessmentFile, EvaluatorGroup) | 
 
            Returns an evaluator that supplies the user range errors for a satellite at a given date.
            
 
    Namespace: 
   AGI.Foundation.Navigation
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Evaluator<SatelliteUserRangeError> GetSatelliteUserRangeErrorEvaluator(
	IServiceProvider satellite,
	PerformanceAssessmentFile performanceAssessmentFile,
	EvaluatorGroup group
)
Public Function GetSatelliteUserRangeErrorEvaluator ( 
	satellite As IServiceProvider,
	performanceAssessmentFile As PerformanceAssessmentFile,
	group As EvaluatorGroup
) As Evaluator(Of SatelliteUserRangeError)
public:
Evaluator<SatelliteUserRangeError^>^ GetSatelliteUserRangeErrorEvaluator(
	IServiceProvider^ satellite, 
	PerformanceAssessmentFile^ performanceAssessmentFile, 
	EvaluatorGroup^ group
)
member GetSatelliteUserRangeErrorEvaluator : 
        satellite : IServiceProvider * 
        performanceAssessmentFile : PerformanceAssessmentFile * 
        group : EvaluatorGroup -> Evaluator<SatelliteUserRangeError> 
Parameters
- satellite
 - Type: SystemIServiceProvider
            The GPS satellite for which to obtain the user range error.  The satellite instance must
            provide IGpsPrnService and ILocationPointService.
             - performanceAssessmentFile
 - Type: AGI.Foundation.Navigation.DataReadersPerformanceAssessmentFile
            The Performance Assessment File (PAF) containing the ephemeris and clock errors for the navigation satellites over
            a period of time.
             - group
 - Type: AGI.FoundationEvaluatorGroup
      The group with which to associate the new evaluator.  By grouping evaluators
      that are often evaluated at the same Julian dates, common computations can be performed only once
      for the entire group instead of multiple times for each evaluator.
     
Return Value
Type: 
EvaluatorSatelliteUserRangeErrorAn evaluator of the user range errors for a satellite, along the line-of-sight between the receiver antenna and the satellite.
Exceptions
See Also