gaetano89
Aerospace
- Apr 22, 2015
- 18
Hi guys,
I have a very simple question for engineers who areexpert in using Abaqus.
I'm running some parametric studies, therefore I have to write some scripts in Python which is something completely new for me.
I need to plot some results of the last step of my job. The problem that writing like this:
dy.output(file=ODB, instance='Part-1-1', request=FIELD, step=4, inc=LAST)
I create a table with the results just of the last increment of the step.
What I have to write in order to report the data of each the increments?
What are the commands to create an XY plot?
THanks in advance!
I have a very simple question for engineers who areexpert in using Abaqus.
I'm running some parametric studies, therefore I have to write some scripts in Python which is something completely new for me.
I need to plot some results of the last step of my job. The problem that writing like this:
dy.output(file=ODB, instance='Part-1-1', request=FIELD, step=4, inc=LAST)
I create a table with the results just of the last increment of the step.
What I have to write in order to report the data of each the increments?
What are the commands to create an XY plot?
THanks in advance!