Click or drag to resize

ReceiverAutonomousIntegrityMonitoringComputeOutages Method (GpsReceiver, JulianDate, JulianDate, Duration)

Computes Receiver Autonomous Integrity Monitoring (RAIM) outages using RTCA values.

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static RaimOutages ComputeOutages(
	GpsReceiver receiver,
	JulianDate start,
	JulianDate stop,
	Duration timeStep
)

Parameters

receiver
Type: AGI.Foundation.NavigationGpsReceiver
The receiver for which to compute RAIM.
start
Type: AGI.Foundation.TimeJulianDate
The start of the interval for which to compute RAIM outages.
stop
Type: AGI.Foundation.TimeJulianDate
The end of the interval for which to compute RAIM outages.
timeStep
Type: AGI.Foundation.TimeDuration
The step at which to sample RAIM.

Return Value

Type: RaimOutages
The outages for each flight phase over the given analysis interval.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if receiver is .
ArgumentException Thrown if timeStep is greater than the default OutageDurationThreshold in RaimOptions.
Remarks
The standard RTCA summed, squared error (Rtca208SummedSquaredError) is used for the test statistic.
See Also