2020-08-26 15:03:09 +08:00
|
|
|
.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
|
2018-08-30 22:15:26 +08:00
|
|
|
|
2016-06-30 21:18:56 +08:00
|
|
|
.. _dvb-fe-read-status:
|
|
|
|
|
|
|
|
***************************************
|
|
|
|
Querying frontend status and statistics
|
|
|
|
***************************************
|
|
|
|
|
|
|
|
Once :ref:`FE_SET_PROPERTY <FE_GET_PROPERTY>` is called, the
|
|
|
|
frontend will run a kernel thread that will periodically check for the
|
|
|
|
tuner lock status and provide statistics about the quality of the
|
|
|
|
signal.
|
|
|
|
|
|
|
|
The information about the frontend tuner locking status can be queried
|
2016-07-02 00:58:44 +08:00
|
|
|
using :ref:`FE_READ_STATUS`.
|
2016-06-30 21:18:56 +08:00
|
|
|
|
|
|
|
Signal statistics are provided via
|
2016-07-10 22:57:43 +08:00
|
|
|
:ref:`FE_GET_PROPERTY`.
|
|
|
|
|
2016-08-16 04:49:50 +08:00
|
|
|
.. note::
|
|
|
|
|
|
|
|
Most statistics require the demodulator to be fully locked
|
2017-09-02 00:21:49 +08:00
|
|
|
(e. g. with :c:type:`FE_HAS_LOCK <fe_status>` bit set). See
|
2016-07-10 22:57:43 +08:00
|
|
|
:ref:`Frontend statistics indicators <frontend-stat-properties>` for
|
|
|
|
more details.
|