list_info results

List information about all the result sets. You may instruct Adams View to print this information to the "Info Window" or to a file or both.

Format:

 
list_info results
model_name =
an existing model name
brief =
on/off
write_to_terminal =
on/off
file_name =
string specifying the file path

Example:

 
list_info results &
model_name =
model_1 &
brief =
on &
write_to_terminal =
off &
file_name =
"C:\info.txt"

Description:

 
Parameter
Value Type
Description
model_name
AN EXISTING MODEL
Specifies an existing model.
brief
ON_OFF
Specifies whether to use the brief form (default) or an extended form of the requested information to be displayed.
write_to_terminal
ON_OFF
Specify if the information requested is to be sent to the informational window or not.
file_name
STRING
Specify that the information requested is to be sent to a file with the name specified with the parameter.

Extended Definition:

1. The information includes:
name - name of the result set.
type - the type of result set (displacement, computed, etc.)
comment - the internal comment of the result set provided by the user on the REQUEST statement in ADAMS.
number of steps* - the number of output time steps of the result set.
I marker id** - The I marker for this request, if specified.
J marker id** - The J marker for this request, if specified.
**These fields are displayed for result sets read from a request file only.
* All components read in from an ADAMS file will have the same number of steps.
It is possible to create components that have lengths different from the number_of_steps value in the result set. (i.e.: numeric_results create interpolate).
2. You may identify a model by typing its name or by picking it from the screen. If the model is not visible on the screen, you must type the name. You may also find it convenient to type the name even if the model is displayed. You must separate multiple model names by commas. If the model is visible in one of your views, you may identify it by picking on any of the graphics associated with it. You need not separate multiple model picks by commas.
3. The ‘write_to_terminal’ parameter is most likely be used in conjunction with the FILE_NAME parameter to get the information put to a file only.

Tips:

1. If the model is visible in one of your views, you may identify it by picking on any of the graphics associated with it.