RaimOptionsThresholds Property |
Gets the default thresholds used for alarm. The first value in the array is the threshold 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 thresholds for between 5 and 9 satellites in view.
The thresholds 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[] Thresholds { get; }
Public ReadOnly Property Thresholds As Double()
Get
public:
property array<double>^ Thresholds {
array<double>^ get ();
}
member Thresholds : float[] with get
Property Value
Type:
DoubleRemarks
The default thresholds are as follows:
- 5 satellites in view - 132.0
- 6 satellites in view - 102.0
- 7 satellites in view - 90.0
- 8 satellites in view - 82.0
- 9 satellites in view - 77.0
See Also