I have a long set of tabular data which I need to use as amplitude in Abaqus, using the script.
Using scripts, normally I can enter a tabular amplitude as :
myModel.TabularAmplitude(name='x_2p1_10_3p2s',timeSpan=STEP,smooth=SOLVER_DEFAULT,data=((0.0, 0.0), (0.01, 1.0), (0.015, 1.0)))
Here, there are 3 rows of data. Suppose my data is of 200 rows, it is not possible to enter it manually, how to do it? I need to use this amplitude in assigning future boundary conditions in the model.