OverWorked453
New member
- Feb 15, 2013
- 12
I am trying to write a python script for a parametric study in ABAQUS. Part of this involves importing data from other .txt files into the amplitudes of my loads (the tabular amplitude in ABAQUS). How do I write this in my python code? In other words, how do I write a python code that imports data from a .txt file into the tabualr amplitude in ABAQUS? IS there a simple commad for this?
The amplitude will change for different types of simulations I run (i.e., the data in the .txt file that I import the data from will change slightly for different scenarios). Therefore, it is important that the python code is able to import this data into the tabular amplitude in ABAQUS, because manually copying the data is not an option.
Thanks
The amplitude will change for different types of simulations I run (i.e., the data in the .txt file that I import the data from will change slightly for different scenarios). Therefore, it is important that the python code is able to import this data into the tabular amplitude in ABAQUS, because manually copying the data is not an option.
Thanks