GET MAX YRANGE¶
Scans a curve group and returns the maximum Y-range value (i.e., the largest Y-axis span) found across all curves in the group. Use this worker when you need to identify the peak amplitude extent within a set of curves for normalization, scaling, or quality-check purposes.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curve Group | curve_group | vector | — | One or more curves whose Y-range will be evaluated; supply any curve group (e.g., time-history or force-displacement curves) — leave empty/optional if no curves are available, in which case the worker returns no result. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curves_lookup_scalar_output_1 | curves_lookup_scalar_output_1 | scalar | Scalar numeric value representing the maximum Y-range (max Y minus min Y) found across all curves in the input group; unitless — inherits the Y-axis units of the supplied curves. |
Disciplines¶
- data.curve.pair
- data.statistics
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curves_lookup_yrange_max
Auto-generated from transformation schema. Worker id: curves_lookup_yrange_max. Schema hash: 1ce10840aa02. Hand-curated docs in workerexamples/ override this page when present.