RETURN THE CURVES THAT MATCHES THE VALUE OF THE DEFINE TABLE

Looks up and returns the curve associated with a specific value from a define-table (value-curve pair mapping). Use this worker when you need to retrieve the matching curve for a given scalar key from a structured define table.

When to use

Classification: process.

Tagged: curve_lookup, curve_retrieval, define_table, value_match.

Inputs

Label ID Type Default Required Description
Define Table dt1 define_table   A define-table containing value-to-curve pair mappings; each row associates a scalar key with a curve object — provide the table from which the lookup will be performed.
Value value scalar   The scalar key value used to look up the matching curve in the define table; must match one of the keys defined in dt1.

Outputs

Label ID Type Description
Curve definetable_get_curve_output1 vector The curve (vector) from the define table whose associated key matches the supplied scalar value.

Disciplines

  • data.curve.pair

Runnable example

A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=definetable_get_curve_by_value


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