Hello,
I needed some help in the Abaqus scripting interface. I have a .py file
from odbAccess import *
from string import *
odb = openOdb('Analysis.odb')
FirstLoadStep = odb.steps['Rise']
print 'First Load Step',FirstLoadStep
lastFrame = FirstLoadStep.frames[-1]
#print 'lastFrame',lastFrame...