QCompassReadingclass represents one reading from a compass. 更多 …
def
azimuth
()
def
calibrationLevel
()
def
setAzimuth
(azimuth)
def
setCalibrationLevel
(calibrationLevel)
The compass returns the azimuth of the device as degrees from magnetic north in a clockwise direction based on the top of the device, as defined by
nativeOrientation. There is also a value to indicate the calibration status of the device. If the device is not calibrated the azimuth may not be accurate.Digital compasses are susceptible to magnetic interference and may need calibration after being placed near anything that emits a magnetic force. Accuracy of the compass can be affected by any ferrous materials that are nearby.
The calibration status of the device is measured as a number from 0 to 1. A value of 1 is the highest level that the device can support and 0 is the worst.
QCompassReading
(
parent
)
¶
parent
–
QObject
PySide2.QtSensors.QCompassReading.
azimuth
(
)
¶
qreal
另请参阅
PySide2.QtSensors.QCompassReading.
calibrationLevel
(
)
¶
qreal
PySide2.QtSensors.QCompassReading.
setAzimuth
(
azimuth
)
¶
azimuth
–
qreal
设置
azimuth
为设备。
另请参阅
azimuth()
QCompassReading
Units
PySide2.QtSensors.QCompassReading.
setCalibrationLevel
(
calibrationLevel
)
¶
calibrationLevel
–
qreal
将读取的校准级别设为
calibrationLevel
.
另请参阅