multi_run analysis modify

Allows you to modify an existing analysis.
You must enter the name of the analysis you wish to delete by specifying the name of an analysis on the default model or the full name.
You may reverse this modification at a later time with an UNDO command.

Format:

 
multi_run analysis modify
multi_run_analysis_name =
existing multi_run_analysis
new_multi_run_analysis_name =
new name for the multi-run analysis
comments =
string

Example:

 
multi_run_analysis modify &
multi_run_analysis_name =
mrun__1 &
new_multi_run_analysis_name =
mrun_to_save_data &
comments =
"analysis for reading spreadsheet data"

Description:

 
Parameter
Value Type
Description
multi_run_analysis_name
Existing Multi_run Analysis
Specifies the name of an existing multi-run analysis.
new_multi_run_analysis_name
New Multi-run Analysis
Specifies a new name for the multi_run analysis
Comments
String
Specifies comments to be associated with this analysis, if any.

Extended Definition:

1. 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.