.. highlight:: us .. index:: find plateau .. index:: plateaus .. index:: find steps .. index:: steps .. index:: y^data-find-plateaus .. _data-find-plateaus: Data=>Find Plateaus ------------------- This command detects plateaus in a given signal based on configurable Y and X constraints. A plateau is identified when the signal remains stable within a defined Y detection range while also satisfying a stability condition defined by the tolerance. A valid plateau is a continuous signal segment that: * Remains within the defined Y range * Stays stable within the specified tolerance (no excessive variation inside the plateau) * Satisfies the X-duration constraints Only segments fulfilling all conditions are considered valid plateaus. .. image:: S:/uniplot-obj/images/DataFindPlateaus-en.* :width: 100% .. us.dialog .. us.dlgitem **dy_tol** Plateau is found if data is within *dy_tol* tolerance. **y_min_threshold** *y_min_threshold* minimum Y value to detect a plateau. .. us.dlgitem **y_max_threshold** *y_max_threshold* minimum Y value to detect a plateau. .. us.dlgitem **dx_min** *dx_min* minimum duration to detect a plateau .. us.dlgitem **dx_max** *dx_max* dx_max duration to detect a plateau .. us.dialog .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Beschreibung * - R2026.3 - New. .. seealso:: :ref:`data`, :ref:`overview-mathematic`, :ref:`data-plateaus-computation`, :ref:`data-find-plateaus`, :ref:`find_plateau`, :ref:`filter-functions-for-xy-datasets` :sub:`id-785710`