Class: QgsSatelliteInfo

Encapsulates information relating to a GPS satellite.

List of all members, including inherited members

Methods

constellation

Returns the GNSS constellation associated with the information.

Attributes

azimuth

elevation

id

inUse

satType

signal

class qgis.core.QgsSatelliteInfo[source]

Bases: object

azimuth: float
constellation(self) Qgis.GnssConstellation[source]

Returns the GNSS constellation associated with the information.

Added in version 3.30.

Return type:

Qgis.GnssConstellation

elevation: float
id: int
inUse: bool
satType: QChar
signal: int