SIMULATION GET DOE PARAMETERS¶
Retrieves the saved DOE parameter set associated with a simulation that was generated as part of a Design of Experiments run. Use this worker to look up which parameter values were assigned to a specific simulation within a DOE study.
When to use¶
Tagged: design_exploration, doe, parameters, simulation_lookup.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Simulation | simulation_id | remote_lookup | — | ✓ | The simulation to query; must reference a simulation that was created as part of a DOE run — select from the remote simulation registry using the lookup control. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Simulation Id | simulation_id | scalar | Pass-through identifier of the queried simulation, forwarded for downstream chaining. |
| DOE Parameters | parameters | dataset | Tabular dataset containing the DOE parameter names and their assigned values for the selected simulation run. |
Disciplines¶
- design_exploration.doe
- platform.workflow
Auto-generated from platform schema. Worker id: simulation_get_doe_parameters. Schema hash: 1a56d00f64ac. Hand-curated docs in workerexamples/ override this page when present.