Memboro
Mechanical
- Oct 24, 2013
- 4
Hi!
I have a problem with a Python script. Basically, the problem is that I don't have an increment of 1, and when I want to extract a Fieldoutput over all the frames, I use frameId. However, Abaqus takes frameId equals to increment. Here is the line which causes all the troubles. It says that the sequence is out of range. I checked and instead of taking the frameId, it takes the increment which is way higher. Do you have any suggestion? Thanks a lot.
PS : I'm using ABQ 6.13.1
I have a problem with a Python script. Basically, the problem is that I don't have an increment of 1, and when I want to extract a Fieldoutput over all the frames, I use frameId. However, Abaqus takes frameId equals to increment. Here is the line which causes all the troubles. It says that the sequence is out of range. I checked and instead of taking the frameId, it takes the increment which is way higher. Do you have any suggestion? Thanks a lot.
Code:
temperature=odb.steps[step.name].frames[frame.frameId].fieldOutputs['NT11']
PS : I'm using ABQ 6.13.1