*MADYMO_PARSE_PARAMETERS_FROM_TEXT¶
Description: Parses GROUP_DEFINE parameters from Madymo
Syntax:
madymo_parse_parameters_from_text(file_input_text,constants,min_percentage,max_percentage,step_percentage)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | MFIAT | textarea | Madymo File Input as Text | |
2 | Constants | scalar | ||
3 | Min Percentage | scalar | ||
4 | Max Percentage | scalar | ||
5 | Step Percentage | scalar |
ID | Name | Type | Remarks |
---|---|---|---|
1 | dataset |
*MADYMO_REPLACE_PARAMETERS_FROM_TEXT¶
Description: Parses GROUP_DEFINE parameters from Madymo and replaces the parameters with the given values
Syntax:
madymo_replace_parameters_from_text(file_input_text,parameters)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | MFIAT | textarea | Madymo File Input as Text | |
2 | New Parameters | dataset | New Parameters <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#datasetinput’> <i class=’fa fa-external-link’> </i> View more </a> |
ID | Name | Type | Remarks |
---|---|---|---|
1 | textarea |
*MADYMO_PARSE_PARAMETERS_FROM_FILE¶
Description: Parses GROUP_DEFINE parameters from Madymo
Syntax:
madymo_parse_parameters_from_file(file_input,constants,min_percentage,max_percentage,step_percentage)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Madymo File | file | ||
2 | Constants | scalar | ||
3 | Min Percentage | scalar | ||
4 | Max Percentage | scalar | ||
5 | Step Percentage | scalar |
ID | Name | Type | Remarks |
---|---|---|---|
1 | dataset |
*MADYMO_REPLACE_PARAMETERS_FROM_FILE¶
Description: Parses GROUP_DEFINE parameters from Madymo and replaces the parameters with the given values
Syntax:
madymo_replace_parameters_from_file(file_input,parameters)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Madymo File | file | ||
2 | New Parameters | dataset | New Parameters <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#datasetinput’> <i class=’fa fa-external-link’> </i> View more </a> |
ID | Name | Type | Remarks |
---|---|---|---|
1 | textarea |