REPLACE CURVES¶
Replaces curves within a Define Table by substituting them with a provided set of replacement curves, matching on the table’s value-curve pairs. Use this worker when you need to update or swap out curve data inside an existing Define Table without rebuilding the entire table structure.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Define Table | dt1 | define_table | — | Input Define Table containing value-and-curve pairs whose curves are to be replaced; optional — if omitted the output table will be built solely from the replacement curves. | |
| Replacement Curves | curves | vector | — | Replacement curve(s) (vector type) that will be substituted into the Define Table; optional — supply one or more curves that correspond to entries in the input table. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Define Table | define_table | define_table | Updated Define Table with the original entries intact but with matching curves swapped out for the provided replacement curves. |
Disciplines¶
- data.curve.pair
- data.dataset.transform
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=definetable_replace_curves
Auto-generated from transformation schema. Worker id: definetable_replace_curves. Schema hash: 6b4c2d5b03a0. Hand-curated docs in workerexamples/ override this page when present.