RETURN THE CURVES OF THE DEFINE TABLE¶
Extracts and returns all curves stored within a define-table input as a vector collection. Use this worker when downstream nodes need to iterate over or process the individual curve pairs held in a define table.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Define Table | dt1 | define_table | — | A define-table object containing one or more value–curve pairs; optional — if left unconnected the worker returns an empty curve vector. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Curves | curves | vector | Ordered vector of all curves extracted from the define table, preserving the original pairing sequence defined in dt1. |
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_get_curves
Auto-generated from transformation schema. Worker id: definetable_get_curves. Schema hash: 0a457dddd0e7. Hand-curated docs in workerexamples/ override this page when present.