:orphan: .. title:: choice: Measurement repeatability .. _choice_292: .. describe:: choice: Measurement repeatability *Measurement repeatability* Type: ``bool`` Help ==== .. code-block:: none Repeatability modes differ with respect to measurement duration, noise level and energy consumption. Direct dependencies =================== \ :option:`SHT3XD ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`SHT3XD_REPEATABILITY_HIGH ` Choice options ============== - \ :option:`SHT3XD_REPEATABILITY_LOW ` - \ :option:`SHT3XD_REPEATABILITY_MEDIUM ` - \ :option:`SHT3XD_REPEATABILITY_HIGH ` Kconfig definition ================== At ``/sensor/sht3xd/Kconfig:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:179`` Menu path: (Top) → Device Drivers → Sensor Drivers → SHT3xD Temperature and Humidity Sensor .. code-block:: kconfig choice bool "Measurement repeatability" default SHT3XD_REPEATABILITY_HIGH depends on SHT3XD && SENSOR help Repeatability modes differ with respect to measurement duration, noise level and energy consumption. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*