I am trying to export my data from the .odb file for further processing. My approach looks something like this:
displacement = lastFrame.fieldOutputs['U'] #So far so good
fieldValues = displacement.values
But when I now tries to access the values as shown in the Scripting users manual
print...