Downgrade script python for odb abaqus 6.14 to abaqus 6.11
Downgrade script python for odb abaqus 6.14 to abaqus 6.11
(OP)
Hello everyone,
I have some questions for you. I wrote a python script in order to extract reaction force and displacmeent from an odb from abaqus 6.14. This script works perfectly for my using.
But my problem, when i have an odb from abaqus 6.11, my script python doesn't work. this message appears :" This script works perfectly for my using".
I would like to know if it's possible to downgrade my script to work with a odb from abaqus 6.11?
Thanks in advance.
I have some questions for you. I wrote a python script in order to extract reaction force and displacmeent from an odb from abaqus 6.14. This script works perfectly for my using.
But my problem, when i have an odb from abaqus 6.11, my script python doesn't work. this message appears :" This script works perfectly for my using".
I would like to know if it's possible to downgrade my script to work with a odb from abaqus 6.11?
Thanks in advance.





RE: Downgrade script python for odb abaqus 6.14 to abaqus 6.11
Line 2: this message appears:"OdbError: The database is from a previous release of abaqus" !!
RE: Downgrade script python for odb abaqus 6.14 to abaqus 6.11
RE: Downgrade script python for odb abaqus 6.14 to abaqus 6.11
I have insert the upgrade command in my python script and this works perfectly.
Thanks