GET CURVE BY NAME FROM A COLLECTION OF CURVES

Searches a collection of curves by name and returns all matches. Supports exact, contains, starts-with, and ends-with match modes, making it easy to filter one or more named curves from a larger curve group.

When to use

Classification: process.

Tagged: curve_group, curves, filter, getbyname, name_match, search.

Inputs

Label ID Type Default Required Description
Curve Group curvegroup vector   The collection of curves (curve group) to search through; accepts multiple curves as a vector input.
Name Of The Curve nameofthe_curve scalar   The name string to search for within the curve group; used as the search pattern against curve names.
Search Type searchtype scalar exact   Matching strategy for the name search — ‘exact’ (default), ‘contains’, ‘starts_with’, or ‘ends_with’; controls how the name pattern is applied.

Outputs

Label ID Type Description
curves_getbyname_output_1 curves_getbyname_output_1 vector The subset of curves from the input group whose names satisfy the specified search pattern; returned as a curve group vector.

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=curves_getbyname


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