The HistoryRegion object contains history data for a single location in the model.
import odbAccess session.odbs[name].steps[name].historyRegions[name]
This method creates a HistoryRegion object.
session.odbs[name].steps[name].HistoryRegion
Required arguments
A String specifying the name of the HistoryRegion object.
A String specifying the description of the HistoryRegion object.
A HistoryPoint object specifying the point to which the history data refer.
Optional argument
None or an OdbLoadCase object specifying the load case associated with the HistoryRegion object. The default value is None.
Return value
A HistoryRegion object.
Exceptions
This method returns a subset of the data in the HistoryRegion object.
Required argument
A String specifying the name of the output variable to return.
Optional arguments
Return value
A HistoryRegion object.
Exceptions
This method returns a subset of the data in the HistoryRegion object.
Required argument
A Float specifying the start of the subset. This is the same as the first item in the data array member of the HistoryOutput object.
Optional arguments
Return value
A HistoryRegion object.
Exceptions
This method returns a subset of the data in the HistoryRegion object.
Required arguments
A Float specifying the start of the subset. This is the same as the first item in the data array member of the HistoryOutput object.
A Float specifying the end of the subset.
Optional arguments
Return value
A HistoryRegion object.
Exceptions
The HistoryRegion object has members with the same names and descriptions as the arguments to the HistoryRegion method.
In addition, the HistoryRegion object can have the following members:
A SymbolicConstant specifying the position of the history output. Possible values are NODAL, INTEGRATION_POINT, WHOLE_ELEMENT, WHOLE_REGION, and WHOLE_MODEL.
A repository of HistoryOutput objects.