The SingleTermDesignResponse object defines a single-term design response.
The SingleTermDesignResponse object is derived from the DesignResponse object.
import optimization mdb.models[name].optimizationTasks[name].designResponses[name]
This method creates a SingleTermDesignResponse object.
mdb.models[name].optimizationTasks[name].SingleTermDesignResponse
Required arguments
A String specifying the design response repository key.
A String specifying the name of the variable identifier.
Optional arguments
None or a DatumCsys object specifying the local coordinate system. If csys=None, the global coordinate system is used. When this member is queried, it returns an Int. The default value is None.
None or a sequence of Floats specifying the driving region used when identifier is an internal nodal variable. The default value is None.
A SymbolicConstant specifying the operation used on values in the region. Possible values are MAXIMUM, MINIMUM, and SUM. The default value is SUM.
The SymbolicConstant MODEL or a Region object specifying the region of the design response variable. The default value is MODEL.
A SymbolicConstant specifying the location used for shell layer values. Possible values are BOTTOM, MAXIMUM, MIDDLE, MINIMUM, and TOP. The default value is MAXIMUM.
A SymbolicConstant specifying the operation used on values across steps and load cases. Possible values are MAXIMUM, MINIMUM, and SUM. The default value is SUM.
A StepOptionArray object.
Return value
A SingleTermDesignResponse object.
Exceptions
This method modifies the SingleTermDesignResponse object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the SingleTermDesignResponse method, except for the name argument.
Return value
Exceptions
The SingleTermDesignResponse object has members with the same names and descriptions as the arguments to the SingleTermDesignResponse method.