:orphan: .. title:: choice: Measurement repeatability .. _choice_419: .. 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 =================== \ :kconfig:`SHT3XD ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`SHT3XD_REPEATABILITY_HIGH ` Choice options ============== - \ :kconfig:`SHT3XD_REPEATABILITY_LOW ` - \ :kconfig:`SHT3XD_REPEATABILITY_MEDIUM ` - \ :kconfig:`SHT3XD_REPEATABILITY_HIGH ` Kconfig definition ================== At ``/sensor/sht3xd/Kconfig:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:193`` 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.)*