dvb-fe-read-status.rst 776 B

12345678910111213141516171819202122232425
  1. .. -*- coding: utf-8; mode: rst -*-
  2. .. _dvb-fe-read-status:
  3. ***************************************
  4. Querying frontend status and statistics
  5. ***************************************
  6. Once :ref:`FE_SET_PROPERTY <FE_GET_PROPERTY>` is called, the
  7. frontend will run a kernel thread that will periodically check for the
  8. tuner lock status and provide statistics about the quality of the
  9. signal.
  10. The information about the frontend tuner locking status can be queried
  11. using :ref:`FE_READ_STATUS`.
  12. Signal statistics are provided via
  13. :ref:`FE_GET_PROPERTY`.
  14. .. note::
  15. Most statistics require the demodulator to be fully locked
  16. (e. g. with :c:type:`FE_HAS_LOCK <fe_status>` bit set). See
  17. :ref:`Frontend statistics indicators <frontend-stat-properties>` for
  18. more details.