Click or drag to resize

RinexObservationSatRecord.SignalStrengths 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: 25.1.421.0 (25.1.421.0)
Syntax
public IList<int> SignalStrengths { get; set; }

Property Value

Type: IList<Int32>
See Also