Yes thats what ive been reading, it only allows you to create new ones.
I need a script becuase i need to save it to the .odb
I have been looking at another thread which is trying to achieve something slightly different but i think it might be a good approach?
thread799-413825
So the alternate...
I am currently running a thermal analysis using abaqus, the output file .odb provides the results in kelvin (K). I would like the temperature output to be in Degrees Celcius.
I have a python script that reads the temperature results field (NT11) subtracts 273.15 from the value and writes it in a...