Adams Basic Package > Adams View > View Command Language > defaults > defaults name_generation postprocessing

defaults name_generation postprocessing

Allows you to set the name-generation prefixes for postprocessing entities.

Format:

 
defaults name_generation postprocessing
plot_prefix =
string
curve_prefix =
string
complex_scatter_prefix =
string
eigen_solution_prefix =
string
request_prefix =
string
femdata_prefix =
string
mrequest_prefix =
string

Example:

 
defaults name_generation postprocessing &
plot_prefix =
plot &
mrequest_prefix =
mreq

Description:

 
Parameter
Value Type
Description
plot_prefix
String
Specifies the text string to be used as a prefix when Adams View generates names for a plot.
curve_prefix
String
Specifies the text string to be used as a prefix when Adams View generates names for a curve.
complex_scatter_prefix
String
Specifies the text string to be used as a prefix when Adams View generates names for a complex_scatter.
eigen_solution_prefix
String
Specifies the text string to be used as a prefix when Adams View generates names for an eigen solution.
request_prefix
String
Specifies the text string to be used as a prefix when Adams View generates names for a request.
femdata_prefix
String
Specifies the text string to be used as a prefix when Adams View generates names for femdata.
mrequest_prefix
String
Specifies the text string to be used as a prefix when Adams View generates names for an mrequest.

Extended Definition:

1. Normally, text strings are composed of alphabetic, numeric, or '_' (underscore) characters, and start with an alphabetic or '_' character. They may be of any length. For more information, see Using Extended Names.
By enclosing the text string in double quotes, you may use other printable characters, or start the name with a numeral. If a text string contains other printable characters, or starts with a numeral, you must always quote the text string when entering it.