The DataSet object specifies material test data.
import calibration mdb.models[name].calibrations[name].dataSets
This method creates a DataSet object.
mdb.models[name].calibrations[name].DataSet
Required arguments
A String specifying the name of the new dataset.
A sequence of pairs of Floats specifying data set type pairs. Possible values are for stress/strain, force/displacement, or transverse strain/axial strain pairs.
Optional arguments
A String specifying the type of the new dataset. Values can be "STRESS/STRAIN", "FORCE/DISPLACEMENT", or "AXIALSTRAIN/TRANSVERSESTRAIN". The default value is "STRESS/STRAIN".
A String specifying the form of the new dataset. Values can be "NOMINAL" or "TRUE". The default value is "NOMINAl".
Return value
A DataSet object.
Exceptions
InvalidNameError.
The DataSet object has members with the same names and descriptions as the arguments to the DataSet method.