Returns the satellite azimuth in degrees (0 - 360).
Azimuth(int satIndex)
Gets the carrier frequency of the signal tracked.
For example it can be the GPS central frequency
* L1 = 1575.45 MHz, L2 = 1227.60 MHz, L5 = 1176.45 MHz, varying GLO channels, etc.
If the field is not set, it is the primary common use central frequency, e.g. L1 = 1575.45 MHz for GPS.
For an L1, L5 receiver tracking a satellite on L1 and L5 at the same time, two measurements will be reported for this same satellite,
in one all the values related to L1 will be filled, and in the other all of the values related to L5 will be filled.
The value is only available if hasCarrierFrequencyHz(int) is true.
CarrierFrequencyHz(int satIndex)
Retrieves the carrier-to-noise density in dB-Hz at the antenna of the satellite at the specified index.
Cn0DbHz(int satIndex)
Retrieves the constellation type of the satellite at the specified index.
Compare this with one of the CONSTELLATION constants to identify the constellation.
ConstellationType(int satIndex)
Returns the satellite elevation in degrees (0 - 90).
Elevation(int satIndex)
Reports whether the satellite at the specified index has almanac data.
HasAlmanacData(int satIndex)
Reports whether a valid CarrierFrequency is available for the satellite at the specified index.
HasCarrierFrequencyHz(int satIndex)
Reports whether the satellite at the specified index has ephemeris data.
HasEphemerisData(int satIndex
Gets the identification number for the satellite at the specific index.
This svid is the pseudo-random number for most constellations. It is FCN and OSN number for Glonass.
The distinction is made by looking at ConstellationType. Expected values are in the range of:
GPS: 1-32
SBAS: 120-151, 183-192
GLONASS: One of: OSN or FCN+100
1-24 as the orbital slot number (OSN) (preferred, if known)
93-106 as the frequency channel number (FCN) (-7 to +6) plus 100. i.e FCN of -7 is 93, 0 is 100, and +6 is 106
QZSS: 193-200
Galileo: 1-36
Beidou: 1-37
Svid(int satIndex)
Tests whether the satellite at the specified index was used to calculate the most recent fix.
UsedInFix(int satIndex)