file request write

Allows you to export a request file from Adams View. A Request file contains requests for standard displacement, velocity, acceleration, or force information. You can also define other quantities (such as pressure, work, energy, momentum, and more) that you want as output during a simulation.

Format:

 
file request write
analysis_name =
existing analysis
file_name =
string

Example:

 
file request 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 from which data should be extracted to write the request file.
file_name
String
Specifies the name of the file that is to be written.

Extended Definition:

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