RaimOptionsTerminalArpCeilings Property |
Gets the Approximate Radial-Error Protected (ARP) ceiling values for the
Terminal 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.2.419.0 (24.2.419.0)
Syntax public double[] TerminalArpCeilings { get; }
Public ReadOnly Property TerminalArpCeilings As Double()
Get
public:
property array<double>^ TerminalArpCeilings {
array<double>^ get ();
}
member TerminalArpCeilings : float[] with get
Property Value
Type:
DoubleRemarks
The default ceilings are as follows:
- 5 satellites in view - 1077.0
- 6 satellites in view - 1135.0
- 7 satellites in view - 1135.0
- 8 satellites in view - 1135.0
- 9 satellites in view - 1135.0
See Also