GET PARAMETERS FROM A SYSTEM MODEL¶
Retrieves the full parameter set defined in a named System Model on the d3VIEW platform. Use this worker to inspect or pass downstream the input/output parameters of a simulation system model.
When to use¶
Tagged: parameters, platform, simulation, systemmodel.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Systemmodel | systemmodel_id | remote_lookup | — | ✓ | Remote lookup reference to the target System Model; select the desired system model by name from the platform registry — required, no default. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Systemmodel Id | systemmodel_id | scalar | Passthrough scalar reference to the same System Model that was queried, enabling chaining to downstream workers. |
| Parameters | parameters | dataset | Dataset containing all parameters (names, types, values, and metadata) defined in the selected System Model. |
Disciplines¶
- cae.preprocessing.scenario
- platform.workflow
Auto-generated from platform schema. Worker id: systemmodel_get_parameters. Schema hash: 8094c225d6dc. Hand-curated docs in workerexamples/ override this page when present.