QAltimeterReading¶
The
QAltimeterReading
class holds readings from the altimeter sensor. More…

Synopsis¶
Functions¶
def
altitude
()def
setAltitude
(altitude)
Detailed Description¶
The altitude is reported in meters relative to mean sea level.
-
class
QAltimeterReading
(parent)¶ - Parameters
parent –
QObject
-
PySide2.QtSensors.QAltimeterReading.
altitude
()¶ - Return type
qreal
See also
-
PySide2.QtSensors.QAltimeterReading.
setAltitude
(altitude)¶ - Parameters
altitude –
qreal
Sets the altitude to
altitude
.See also