Class: QgsSatelliteInfo

Encapsulates information relating to a GPS satellite.

Methods

constellation

Returns the GNSS constellation associated with the information.

Attributes

azimuth

The azimuth of the satellite to true north, in degrees.

elevation

Elevation of the satellite, in degrees.

id

Contains the satellite identifier number.

inUse

True if satellite was used in obtaining the position fix.

satType

satType value from NMEA message $GxGSV, where x: P = GPS; S = SBAS (GPSid> 32 then SBasid = GPSid + 87); N = generic satellite; L = GLONASS; A = GALILEO; B = BEIDOU; Q = QZSS;

signal

Signal strength (0-99dB), or -1 if not available.

class qgis.core.QgsSatelliteInfo[source]

Bases: object

azimuth: float

The azimuth of the satellite to true north, in degrees.

constellation(self) Qgis.GnssConstellation[source]

Returns the GNSS constellation associated with the information.

Added in version 3.30.

Return type:

Qgis.GnssConstellation

elevation: float

Elevation of the satellite, in degrees.

id: int

Contains the satellite identifier number.

The satellite identifier number can be used to identify a satellite inside the satellite system. For satellite system GPS the satellite identifier number represents the PRN (Pseudo-random noise) number. For satellite system GLONASS the satellite identifier number represents the slot number.

inUse: bool

True if satellite was used in obtaining the position fix.

satType: QChar

satType value from NMEA message $GxGSV, where x: P = GPS; S = SBAS (GPSid> 32 then SBasid = GPSid + 87); N = generic satellite; L = GLONASS; A = GALILEO; B = BEIDOU; Q = QZSS;

signal: int

Signal strength (0-99dB), or -1 if not available.