The TimePoint object defines time points at which data are written to the output database or restart files.
import step mdb.models[name].timePoints[name]
This method creates a TimePoint object.
mdb.models[name].TimePoint
Required arguments
A String specifying the repository key.
A sequence of sequences of Floats specifying time points at which data are written to the output database or restart files.
Optional arguments
Return value
A TimePoint object.
Exceptions
InvalidNameError and RangeError.
This method modifies the TimePoint object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the TimePoint method, except for the name argument.
Return value
Exceptions
RangeError.
The TimePoint object has members with the same names and descriptions as the arguments to the TimePoint method.