multi_run analysis create
Allows you to create an empty analysis. You may find this useful for reading spreadsheet data into a results set with the NUMERIC_RESULTS READ_FROM_FILE command.
Format:
multi_run analysis create |
|---|
multi_run_analysis_name = | new multi_run_analysis |
comments= | string |
Example:
multi_run_analysis create & |
|---|
multi_run_analysis_name = | mrun__1 & |
comments = | "analysis for reading spreadsheet data" |
Description:
Parameter | Value Type | Description |
|---|
multi_run_analysis_name | New Multi_run Analysis Name | Specifies the name of the new multi-run analysis. |
Comments | String | Specifies any comments to be associated with this analysis. |
Extended Definition:
When an Adams Solver data file (.adm) is read into Adams View, all comments associated with a statement (from the end of the previous statement through the end of the current statement) are stored with the object. Comments in the data file can be associated with model.
These comments must follow the title statement and be followed by the comment 'END OF MODEL COMMENTS'. This string must be uppercase.
When an Adams Solver data file is written, the comments for an object are written before the statement corresponding to the object.