PDA

View Full Version : python scripting pls help



shmulo
2011-01-03, 14:33
hi every one
im new to python and currently stuck on the following problem:
i have a large element set in my simulation for which i need to extract the SDV's into a file. my objective is to create a seperate file for eac SDV in which will be written all of the values for the entire set through the entire step
can anyone pls direct me how to do it?
must i use python oris it another way you can suggest? :confused:
10x alot

Korkxx
2011-01-05, 02:15
Here is a little python script I made to extract energies from SDVs, and to write the result in a file.
What you want to do is very close to it.


Edit: I attached a file containing the script to keep indentation correct

shmulo
2011-02-06, 04:17
10x a lot for your help