blob: 1c708c5e6bc0476bc1e6394ea03e412b0387250d [file] [log] [blame]
Markus Heiser5377d912016-06-30 15:18:56 +02001.. -*- coding: utf-8; mode: rst -*-
2
3.. _dvb-fe-read-status:
4
5***************************************
6Querying frontend status and statistics
7***************************************
8
9Once :ref:`FE_SET_PROPERTY <FE_GET_PROPERTY>` is called, the
10frontend will run a kernel thread that will periodically check for the
11tuner lock status and provide statistics about the quality of the
12signal.
13
14The information about the frontend tuner locking status can be queried
Mauro Carvalho Chehab73470812016-07-01 13:58:44 -030015using :ref:`FE_READ_STATUS`.
Markus Heiser5377d912016-06-30 15:18:56 +020016
17Signal statistics are provided via
Mauro Carvalho Chehab73470812016-07-01 13:58:44 -030018:ref:`FE_GET_PROPERTY`. Please note that several
Markus Heiser5377d912016-06-30 15:18:56 +020019statistics require the demodulator to be fully locked (e. g. with
20FE_HAS_LOCK bit set). See
21:ref:`Frontend statistics indicators <frontend-stat-properties>` for
22more details.