REPLACE PARAMETERS IN AN SYSTEMMODEL¶
Replaces one or more named parameters in a System Model with new values, returning the updated System Model reference and the full set of resolved parameters. Use this worker when you need to programmatically override design or simulation parameters stored in a System Model before submitting a job or continuing a workflow.
When to use¶
Tagged: lsdyna, override, parameters, platform, replace, systemmodel.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Systemmodel | systemmodel_id | remote_lookup | — | ✓ | Remote lookup reference to the target System Model whose parameters will be replaced; select the System Model by name from the platform registry — required, no default. |
| New Parameters | parameters | dataset | — | ✓ | Dataset table defining the parameters to override, with columns ‘type’, ‘name’, and ‘default’ (new value); each row corresponds to one parameter to be replaced in the System Model. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Systemmodel Id | systemmodel_id | integer | Integer ID of the System Model after the parameter replacement has been applied; can be passed directly to downstream solver or deck-authoring workers. |
| New Parameters | new_parameters | dataset | Dataset containing the full list of parameters as they now exist in the System Model after replacement, useful for auditing or chaining into subsequent parameter-dependent steps. |
Disciplines¶
- cae.preprocessing.deck_authoring
- platform.workflow
Auto-generated from platform schema. Worker id: systemmodel_replace_parameters. Schema hash: e97d42fcc8bd. Hand-curated docs in workerexamples/ override this page when present.