QPressureReading¶
The
QPressureReading
class holds readings from the pressure sensor. More…
Synopsis¶
Functions¶
def
pressure
()def
setPressure
(pressure)def
setTemperature
(temperature)def
temperature
()
Detailed Description¶
QPressureReading Units¶
The pressure sensor returns atmospheric pressure values in Pascals.
- class PySide2.QtSensors.QPressureReading(parent)¶
- Parameters:
parent –
PySide2.QtCore.QObject
- PySide2.QtSensors.QPressureReading.pressure()¶
- Return type:
float
This property holds The measured atmospheric pressure..
Returned as Pascals.
See also
QPressureReading Units
- PySide2.QtSensors.QPressureReading.setPressure(pressure)¶
- Parameters:
pressure – float
Sets the pressure to
pressure
.See also
- PySide2.QtSensors.QPressureReading.setTemperature(temperature)¶
- Parameters:
temperature – float
Sets the pressure sensor’s temperature to
temperature
.See also
- PySide2.QtSensors.QPressureReading.temperature()¶
- Return type:
float
This property holds The pressure sensor’s temperature..
The temperature is returned in degree Celsius. This property, if supported, provides the pressure sensor die temperature. Note that this temperature may be (and usually is) different than the temperature reported from
QAmbientTemperatureSensor
. UseisFeatureSupported()
with thePressureSensorTemperature
flag to determine its availability.
© 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.