Click or drag to resize

RaimOptionsNonPrecisionApproachArpCeilings Property

Gets the Approximate Radial-Error Protected (ARP) ceiling values for the NonPrecisionApproach flight phase. The first value in the array is the ceiling for 5 satellites in view, the second is for 6 satellites in view, and so on. The returned array has 5 elements total, describing the ceilings for between 5 and 9 satellites in view. The ceilings can be changed by setting new values in the returned array. See the Remarks section for the default 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 double[] NonPrecisionApproachArpCeilings { get; }

Property Value

Type: Double
Remarks

The default ceilings are as follows:

  • 5 satellites in view - 328.0
  • 6 satellites in view - 339.0
  • 7 satellites in view - 352.0
  • 8 satellites in view - 352.0
  • 9 satellites in view - 352.0
See Also