Property SatelliteId
| Edit this page View SourceSatelliteId
ID number of most likely failed satellite
Declaration
public int? SatelliteId { get; }
Property Value
Type | Description |
---|---|
int? |
Remarks
Satellite ID numbers. To avoid possible confusion caused by repetition of satellite ID numbers when using multiple satellite systems, the following convention has been adopted:
- a) GPS satellites are identified by their PRN numbers, which range from 1 to 32.
- b) The numbers 33-64 are reserved for SBAS satellites. The SBAS system PRN numbers are 120-138. The offset from NMEA SBAS SV ID to SBAS PRN number is 87. A SBAS PRN number of 120 minus 87 yields the SV ID of 33. The addition of 87 to the SV ID yields the SBAS PRN number.
- c) The numbers 65-96 are reserved for GLONASS satellites. GLONASS satellites are identified by 64+satellite slot number.The slot numbers are 1 through 24 for the full GLONASS constellation of 24 satellites, this gives a range of 65 through 88. The numbers 89 through 96 are available if slot numbers above 24 are allocated to on-orbit spares.
- See Note 3 for other GNSS not listed in a), b), or c) above to determine meaning of satellite ID when Talker ID GN is used
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | main, v3.0, v2.2, v2.1 |
.NET | main, v3.0 |
.NET Windows | main, v3.0 |
.NET Android | main, v3.0 |
.NET iOS | main, v3.0 |
.NET Framework | main, v3.0, v2.2, v2.1 |
UWP | main, v3.0, v2.2, v2.1 |
Xamarin.Android | v2.2, v2.1 |
Xamarin.iOS | v2.2, v2.1 |