defaults name_generation part

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

Format:

 
defaults name_generation part
part_prefix =
string
diff_prefix =
string
transfer_function_prefix =
string
linear_state_equation_prefix =
string
general_state_equation_prefix =
string

Example:

 
defaults name_generation part &
part_prefix =
my_part
After this command is executed, all the parts will have part names with prefix “MY_PART”. For example, MY_PART_2, MY_PART_3, and so on.

Description:

 
Parameter
Value Type
Description
Part_prefix
String
Specifies the text string to be used as a prefix when Adams View generates names for a part.
Diff_prefix
String
Specifies the text string to be used as a prefix when Adams View generates names for a differential equation.
transfer_function_prefix
String
Specifies the text string to be used as a prefix when Adams View generates names for a transfer function.
linear_state_equation_prefix
String
Specifies the text string to be used as a prefix when Adams View generates names for a linear state equation.
general_state_equation_prefix
String
Specifies the text string to be used as a prefix when Adams View generates names for a general state equation.

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.