.. _auto_curves_lookup_xatyabsmax: * COMPUTE THE VALUE OF X FOR A GIVEN Y VALUE* ============================================= Finds the X value corresponding to the absolute maximum Y value on one or more input curves. Use this worker when you need to identify the time or position at which a curve reaches its peak absolute amplitude. When to use ----------- Classification: **process**. Tagged: ``curve``, ``lookup``, ``max``, ``peak``, ``time_history``, ``x_at_abs_max``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Curve 1 - curve1 - vector - — - - One or more input curves (vector format) from which the X value at the absolute Y maximum will be extracted; accepts multiple curves when batch lookup is needed. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - Look Up Value - curve_lookup_xvalueat_output_1 - dataset - Dataset containing the X value(s) corresponding to the absolute maximum Y value for each supplied input curve. Disciplines ----------- - data.curve.transform - data.statistics Runnable example ---------------- A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: `/api/workflow/example?id=curves_lookup_xatyabsmax `_ .. raw:: html

Auto-generated from transformation schema. Worker id: curves_lookup_xatyabsmax. Schema hash: 8c56348aa637. Hand-curated docs in workerexamples/ override this page when present.