QAltimeterReading

The QAltimeterReading class holds readings from the altimeter sensor. More

Inheritance diagram of PySide2.QtSensors.QAltimeterReading

Synopsis

Functions

Detailed Description

The altitude is reported in meters relative to mean sea level.

class QAltimeterReading(parent)
Parameters

parentQObject

PySide2.QtSensors.QAltimeterReading.altitude()
Return type

qreal

See also

setAltitude()

PySide2.QtSensors.QAltimeterReading.setAltitude(altitude)
Parameters

altitudeqreal

Sets the altitude to altitude .

See also

altitude()