The Behavior object specifies the method used for calibrating a material.
import calibration mdb.models[name].calibrations[name].behaviors
This method creates a Behavior object.
mdb.models[name].calibrations[name].Behavior
Required arguments
A String specifying the name of the new behavior.
A String specifying the type of the new Behavior. Values can be "ElasIsoBehavior", "ElasPlasIsoBehavior", "FeFpBehavior", or a user plug-in behavior type.
Optional arguments
Return value
A Behavior object.
Exceptions
InvalidNameError.
The Behavior object has members with the same names and descriptions as the arguments to the Behavior method.
In addition, the Behavior object can have the following members:
An ElasIsoBehavior object.
A FeFpBehavior object.
An ElasPlasIsoBehavior object.