I want to get the U2 displacement of a particular node using a python script : dy = odb.steps[\'LoadingStep\'].frames[-1].fieldOutputs[\'U\'].values[node_no].data[1] but the