VECTOR X¶
Extracts the X-component (first element) from a named vector input and returns it as a scalar number. Use this worker when you need to isolate the X dimension of a vector quantity for downstream calculations or reporting.
When to use¶
Classification: process.
Tagged: component_extraction, scalar, transformation, vector, x_component.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Name Of The Vector | nameofthe_vector | vector | — | The input vector from which the X-component will be extracted; supply any named vector available in the workflow context (optional — leave unconnected if no vector is needed upstream). |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| vector_x_output_1 | vector_x_output_1 | number | Scalar numeric value corresponding to the X-component (first element) of the supplied input vector; dimensionless unless the source vector carries physical units. |
Disciplines¶
- data.curve.transform
- data.signal_processing
Auto-generated from transformation schema. Worker id: vector_x. Schema hash: f36394fff4fd. Hand-curated docs in workerexamples/ override this page when present.