Accessimport odbAccess
session.odbs[name]
Odb(...)
This method creates a new Odb object. Pathsession.Odb Required arguments
Optional arguments
Return valueAn Odb object. ExceptionsNone. close()
This method closes an output database. ArgumentsNone. Return valueNone. ExceptionsNone. getFrame(...)
This method returns the frame at the specified time, frequency, or mode. It will not interpolate values between frames. The method is not applicable to an Odb object containing steps with different domains or to an Odb object containing a step with load case specific data. Required arguments
Optional arguments
Return valueAn OdbFrame object. Exceptions
save()
This method saves output to an output database (.odb ) file. ArgumentsNone. Return valueNone. Exceptions
update()
This method is used to update an Odb object in memory while an Abaqus analysis writes data to the associated output database. update checks if additional steps have been written to the output database since it was opened or last updated. If additional steps have been written to the output database, update adds them to the Odb object. ArgumentsNone. Return valueA Boolean specifying whether additional steps or frames were added to the Odb object. ExceptionsNone. MembersThe Odb object has members with the same names and descriptions as the arguments to the Odb method. In addition, the Odb object can have the following members:
|