RinexObservationSatRecordSignalStrengths Property |
Gets or sets the array of signal strengths pertaining to each observation
SignalStrengths[3] is the strength of the signal used to get the value observations[3]
Each signal strength value is defined as:
1: minimum possible signal strength
5: threshold for good S/N ratio
9: maximum possible signal strength
0: not known/don't care.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<int> SignalStrengths { get; set; }
Public Property SignalStrengths As IList(Of Integer)
Get
Set
public:
property IList<int>^ SignalStrengths {
IList<int>^ get ();
void set (IList<int>^ value);
}
member SignalStrengths : IList<int> with get, set
Property Value
Type:
IListInt32See Also