Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

python newbie programming in abaqus

Status
Not open for further replies.

zahedi66

Mechanical
Joined
Apr 13, 2015
Messages
33
Location
IR
Hello experts,
a short question:
is it possible to read data from .odb while job hasn't completed?
I tried to open .odb while the job running but I've faced with error.
here is the end of my python code:
...
...
...
mdb.jobs['pythonodbtest'].submit(consistencyChecking=OFF)
from odbMaterial import *
from odbSection import *
from odbAccess import *
from abaqusConstants import *
odb = openOdb(path='pythonodbtest.odb')
...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top