QPressureReading

The QPressureReading class holds readings from the pressure sensor. More

Inheritance diagram of PySide6.QtSensors.QPressureReading

Synopsis

Functions

Detailed Description

QPressureReading Units

The pressure sensor returns atmospheric pressure values in Pascals.

class PySide6.QtSensors.QPressureReading(parent)
Parameters

parentPySide6.QtCore.QObject

PySide6.QtSensors.QPressureReading.pressure()
Return type

float

This property holds The measured atmospheric pressure..

Returned as Pascals.

See also

QPressureReading Units

PySide6.QtSensors.QPressureReading.setPressure(pressure)
Parameters

pressure – float

Sets the pressure to pressure.

See also

pressure()

PySide6.QtSensors.QPressureReading.setTemperature(temperature)
Parameters

temperature – float

Sets the pressure sensor’s temperature to temperature.

See also

temperature()

PySide6.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 . Use isFeatureSupported() with the PressureSensorTemperature flag to determine its availability.