RENAME CURVES¶
Renames the group label of a collection of curves without modifying the individual curve names within the group. Use this worker when you need to re-label a curve group for reporting, organisation, or downstream processing.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curves | curves | vector | — | One or more input curves whose group name will be updated; individual curve names are left unchanged. | |
| Group Name | group_name | string | — | New group label to assign to the entire curve collection; leave empty to clear the current group name. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curves_rename_group_output_1 | curves_rename_group_output_1 | vector | The same curve collection passed in, with the group name updated to the value supplied in group_name. |
Disciplines¶
- data.curve.pair
- 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_group
Auto-generated from transformation schema. Worker id: curves_rename_group. Schema hash: 66c2b1e0940b. Hand-curated docs in workerexamples/ override this page when present.