Hi everybody,
I am trying to run a model which includes the subroutine *Dload, but i have
got some problems:
...
Begin Compiling ABAQUS/Standard User Subroutines
Thu 24 May 2007 04:57:37 PM CEST
End Compiling ABAQUS/Standard User Subroutines
Thu 24 May 2007 04:57:37 PM CEST
Begin Linking...
I am using the version 6.5-6. I used the same script to open the .odb's and write the displacements in txt files, and it works. But I would like to have some flexibility, and with the path tool would be better. Since that is my second script in python i have still some problems to understand how...
Yes, "variable" is the one from session.XYDataFromPath(...)...but no idea what's State Description(no reference on the documentation) here below is my script...actually python don't return me any error code but only the warning message I wrote before.....
########
import sys
import os
import...
Thanks! I am writing a short routine to read from a list of .odb files the displacements data and write a report file automatically.I tried to run this script but return this error
"VisError: State description not found.
File "script.py", line 29, in ?
variable=variable)
"
Do you know...
Hi,
i am trying to create a python script to get displacements values along a path. Could anybody suggest me how to create a path with python and how to get XY data from a path in order to write those in a text file? Thanks!