Adams Basic Package > Adams View > View Command Language > file > file temporary_settings write

file temporary_settings write

Allows you to write Temporary Settings File (TSF).
Specified object property values and solver settings values are written to a TSF file.

Format:

 
file temporary_settings write
file_name =
String
object_properties =
Strings
Values =
Strings
solver_properties =
Strings
Settings=
Strings

Example:

 
file temporary_settings write &
file_name =
"c:\mydir\desktop\model_x.tsf" &
object_properties =
"DV_1.value", "JOINT_1.j_marker_name", "motion_1.function" &
Values =
"11.0", ".MODEL_1.ground.MARKER_4", "PI*30" &
Solver_properties =
"debug.dump", "equilibrium.alimit", "integrator.formulation", "linear_solver.solver" &
Settings =
"True", "9.0", "i3", "auto"

Description:

 
Parameter
Value Type
Description
file_name
String
Specifies the name of the TSF file that is to be written.
object_properties
Strings
An array of object property strings that specifies the Adams object properties to be set. Uses the form of Adams python syntax; that is, object_name.property.
values
Strings
Specifies the values of the object properties. It is string array of values for object properties. The number of strings in object properties should be equal to the number of strings in values.
solver_properties
Strings
Specifies Adams solver properties in the form of Adams python syntax; that is, SolverSettings.property. You can specify one or more properties.
settings
Strings
A string array that specifies the settings for the corresponding solver properties declared in the solver_properties array. The number of strings in solver_properties should be equal to the number of strings in settings