PARSES GROUP_DEFINE PARAMETERS FROM MADYMO AND REPLACES THE PARAMETERS WITH THE GIVEN VALUES¶
Parses a Madymo XML file to locate GROUP_DEFINE elements and replaces their VAR_NAME/VALUE attributes with user-supplied parameter values. Use this worker to inject updated design parameters into a Madymo input deck before solver submission.
When to use¶
Tagged: deck_editing, group_define, madymo, parameter_replacement, var_name.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Madymo File | file_input | file | — | ✓ | Madymo XML input deck (*.xml) containing one or more GROUP_DEFINE blocks whose parameters are to be replaced. |
| New Parameters | parameters | dataset | — | ✓ | Dataset (two-column table with VAR_NAME and VALUE columns) listing each parameter name and its replacement value to inject into the Madymo deck. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Madymo Text | madymo_text | textarea | Full text of the modified Madymo input deck with all matched GROUP_DEFINE VAR_NAME/VALUE pairs substituted with the supplied parameter values. |
Disciplines¶
- cae.preprocessing.deck_authoring
Auto-generated from platform schema. Worker id: madymo_replace_parameters_from_file. Schema hash: c33c8d16f0c0. Hand-curated docs in workerexamples/ override this page when present.