The Restart object defines a restart request.
import step mdb.models[name].steps[name].restart
This method creates a restart request.
mdb.models[name].steps[name].Restart
Required arguments
Optional arguments
An Int specifying the number of intervals during the step at which restart information will be written. The default value is 0. The default value is 1.
A Boolean specifying whether to use exact time marks for writing during an analysis. The default value is OFF. The default value is OFF.
A Boolean specifying that only one increment per step should be retained on the restart file, thus minimizing the size of the restart file. The default value is OFF. The default value is ON.
An Int specifying the increments at which restart information will be written. The default value is 0. The default value is 0.
This argument applies only to Abaqus/Standard analyses.
Return value
A Restart object.
Exceptions
RangeError.
This method modifies the Restart object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the Restart method.
Return value
Exceptions
RangeError.
The Restart object has members with the same names and descriptions as the arguments to the Restart method.