RinexObservationSatRecordLossOfLockIndicators Property |
Gets or sets the array of Loss Of Lock indicators for this satellite in this epoch
Each LLI value is defined as:
Range 0-7
0: OK or not known
Bit 0 set: Lost lock between previous and current observation: cycle slip possible
Bit 1 set: Opposite wavelength factor to the one defined for the satellite, current epoch only
Bit 2 set: Observation under Anti-Spoofing (may suffer from increased noise)
Bits 0 and 1 for phase only.
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> LossOfLockIndicators { get; set; }
Public Property LossOfLockIndicators As IList(Of Integer)
Get
Set
public:
property IList<int>^ LossOfLockIndicators {
IList<int>^ get ();
void set (IList<int>^ value);
}
member LossOfLockIndicators : IList<int> with get, set
Property Value
Type:
IListInt32See Also