RESPONSES AGGREGATOR¶
Collects and merges multiple response datasets into a single, unified comparable dataset. Use this worker when downstream nodes require a consolidated view of responses gathered from different simulation runs, load cases, or processing steps.
When to use¶
Tagged: aggregator, consolidate, dataset, kpi, merge, responses, rollup.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| List Of Response | responses | dataset | — | List of individual response datasets to be aggregated; each entry should conform to the d3VIEW dataset/response schema — supply one dataset per simulation run, load case, or processing branch that needs to be combined. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Responses | responses | dataset | Single consolidated dataset containing all input responses merged into a comparable, uniformly structured table ready for downstream analysis, reporting, or design-exploration workers. |
Disciplines¶
- cae.postprocessing.response
- data.dataset.transform
Auto-generated from platform schema. Worker id: responses_aggregator. Schema hash: af8477647c29. Hand-curated docs in workerexamples/ override this page when present.