.. _auto_curve_clipatmaxy: *CLIP THE CURVES BASED ON EITHER X OR Y RANGES* =============================================== Clips an input curve at its maximum Y value, truncating all data points beyond the X position where the peak Y occurs. Use this worker to isolate the rising portion of a curve or remove post-peak data from force-displacement, stress-strain, or similar signals. When to use ----------- Classification: **process**. Tagged: ``clip``, ``curve``, ``maxy``, ``peak``, ``transformation``, ``trim``, ``truncate``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Curve - curve - vector - — - - Input curve (X/Y vector) to be clipped at its maximum Y value; accepts any time-history or load-displacement curve — leave unconnected if the curve is supplied upstream via a chained transformation. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - curve_clipatmaxy_output_1 - curve_clipatmaxy_output_1 - vector - Resulting curve after clipping, retaining only the segment up to and including the point of maximum Y; returned as an X/Y vector in the same units as the input. Disciplines ----------- - data.curve.transform Runnable example ---------------- A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: `/api/workflow/example?id=curve_clipatmaxy `_ .. raw:: html

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