.. _auto_madymo_replace_parameters_from_text: *PARSES GROUP_DEFINE PARAMETERS FROM MADYMO AND REPLACES THE PARAMETERS WITH THE GIVEN VALUES* ============================================================================================== Parses GROUP_DEFINE blocks in a Madymo input file (supplied as raw text) and replaces VAR_NAME/VALUE attribute pairs with user-supplied parameter values. Use this worker when you need to programmatically update Madymo model parameters without editing the deck file on disk. When to use ----------- Tagged: ``deck_editing``, ``group_define``, ``madymo``, ``parameter_replacement``, ``text_processing``, ``var_name``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - MFIAT - file_input_text - textarea - — - ✓ - Full Madymo input deck supplied as raw text (MFIAT); must contain at least one GROUP_DEFINE block whose VAR_NAME/VALUE attributes will be targeted for replacement. * - New Parameters - parameters - dataset - — - ✓ - Dataset of new parameter values to inject; each row should provide a VAR_NAME and its replacement VALUE matching entries found in the GROUP_DEFINE blocks of the input deck. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - Madymo Text - madymo_text - textarea - Full Madymo input deck as raw text with all matched GROUP_DEFINE VAR_NAME/VALUE pairs replaced by the values supplied in the parameters dataset. Disciplines ----------- - cae.preprocessing.deck_authoring .. raw:: html
Auto-generated from platform schema. Worker id: madymo_replace_parameters_from_text. Schema hash: aefaf35fd0a0. Hand-curated docs in workerexamples/ override this page when present.