To use the ABAQUS Scripting Interface to access an output database, you need to understand the following:
How an ABAQUS analysis outputs data to the output database as well as the difference between field data, history data, and model data. The output database is described in detail in Output to the output database, Section 4.1.3 of the ABAQUS Analysis User's Manual, and Defining an assembly, Section 2.9.1 of the ABAQUS Analysis User's Manual.
How to program using Python. An introduction to the Python programming language is provided in Chapter 4, Introduction to Python.”
How to use ABAQUS objects. ABAQUS objects are explained in Chapter 5, Using Python and the ABAQUS Scripting Interface.”