RETURN THE VALUES OF THE DEFINE TABLE¶
Retrieves and passes through the values stored in a Define Table (a collection of scalar value and curve pairs). Use this worker when a downstream node needs explicit access to the Define Table’s contents as a structured output.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Define Table | dt1 | define_table | — | The Define Table to read from — a collection of named scalar value and curve pairs; leave unconnected if the table will be supplied at runtime. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Define Table | define_table | define_table | The resolved Define Table object containing all value and curve pairs extracted from the input, ready for consumption by downstream workers. |
Disciplines¶
- 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_values
Auto-generated from transformation schema. Worker id: definetable_get_values. Schema hash: 9cdfdad078f9. Hand-curated docs in workerexamples/ override this page when present.