The Load object is the abstract base type for other Load objects. The Load object has no explicit constructor. The methods and members of the Load object are common to all objects derived from Load.
import load mdb.models[name].loads[name]
This method deactivates the load in the specified step and all its subsequent steps.
Required argument
A String specifying the name of the step in which the load is deactivated.
Optional arguments
Return value
Exceptions
TextError.
This method moves the load state object from one step to a different step.
Required arguments
A String specifying the name of the step from which the load state is moved.
A String specifying the name of the step to which the load state is moved.
Optional arguments
Return value
Exceptions
TextError.
This method resets the load state of the specified step to the state of the previous general analysis step.
Required argument
A String specifying the name of the step in which the load state is reset.
Optional arguments
Return value
Exceptions
TextError.
This method resumes the load that was previously suppressed.
Arguments
Return value
Exceptions
This method allows you to delete existing loads.
Required argument
A sequence of Ints specifying the index of each load to delete.
Optional arguments
Return value
Exceptions
The Load object can have the following members:
A String specifying the load repository key.
A Region object specifying the region to which the load is applied.