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 PySide2.QtSensors.QAltimeterReading(parent)¶
- Parameters:
parent –
PySide2.QtCore.QObject
- PySide2.QtSensors.QAltimeterReading.altitude()¶
- Return type:
float
This property holds The altitude in meters relative to mean sea level..
- PySide2.QtSensors.QAltimeterReading.setAltitude(altitude)¶
- Parameters:
altitude – float
Sets the altitude to
altitude
.See also
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.