.. _auto_curves_rename_curves: *PROVIDE ALTERNATIVE NAMES FOR THE CURVES* ========================================== Renames a collection of curves by assigning new labels supplied as a comma-separated string. Use this worker whenever downstream nodes or reports require human-readable or standardised curve identifiers. When to use ----------- Classification: **process**. Tagged: ``batch``, ``curves``, ``labels``, ``rename``, ``transform``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Curves - curves - vector - — - - One or more input curves to be renamed; accepts a vector of curve objects — leave empty only if curves will be wired at runtime. * - Curve Names - curve_names - string - — - - Comma-separated list of new names to assign to the input curves in order (e.g. "Channel_A, Channel_B, Channel_C"); the number of names should match the number of input curves. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - curves_rename_curves_output_1 - curves_rename_curves_output_1 - vector - Vector of curves identical to the inputs but with updated name labels as specified by curve_names. 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=curves_rename_curves `_ .. raw:: html

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