Show / Hide Table of Contents

Property SatelliteId

| Edit this page View Source

SatelliteId

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
TargetVersions
.NET Standard 2.0main, v3.0, v2.2, v2.1
.NETmain, v3.0
.NET Windowsmain, v3.0
.NET Androidmain, v3.0
.NET iOSmain, v3.0
.NET Frameworkmain, v3.0, v2.2, v2.1
UWPmain, v3.0, v2.2, v2.1
Xamarin.Androidv2.2, v2.1
Xamarin.iOSv2.2, v2.1
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX