file analysis write
Allows you to write a set of output files generated from the same analysis.
Format:
file analysis write |
|---|
analysis_name = | existing analysis |
file_name = | string |
entity_name = | existing entity |
Example:
file analysis write & |
|---|
analysis_name = | last_run & |
file_name = | “c:\analysis\analysis_1” |
Description:
Parameter | Value Type | Description |
|---|
analysis_name | Existing analysis | Specifies the name of the analysis in which to store output files. |
file_name(optional) | String | Specifies the name of the file that is to be read, written, or executed. |
Entity_name | Existing entity | Specifies the objects to be written to a partial binary file. (Rarely used except internally by vertical applications, such as Adams Car) |
Extended Definition:
1. When Adams View reads a request, graphics, and results files (.req, .gra, and .res, respectively) with the file analysis read command, it stores it in an analysis. By default, the name of the analysis is the file name, excluding the extension. Adams View requires that simulations have unique names. Therefore, if an analysis already exists with the same name as your files, use this parameter to assign a unique name at the time of reading the file(s).
2. The proper extension for the file_name parameter is the default, but you can override it by supplying a different extension.
It is not necessary to enclose the file name in quotes if it only contains alphanumeric characters and starts with a letter. If you want to include other characters, such as a '.' for an extension or '/' or '[]' for directory paths, you must enclose the file name in quotes.