Sri Harsha
Aerospace
- Jun 16, 2017
- 37
Hi,
I have been trying to record the macro for retrieving displacementdata from ABAQUS ODB File.I have picked a single node and tried to retrieve the displacement data for that particular node.
odb = session.odbs['H:/MiniThessis/MaterialModelling/First_Test.odb']
session.xyDataListFromField(odb=odb, outputPosition=NODAL, variable=(('U',
NODAL, ((INVARIANT, 'Magnitude'), )), ), nodePick=(('PART-1-1', 1, (
'[#0:237 #8 ]', )), ), )
xy1 = session.xyDataObjects['U:Magnitude PI: PART-1-1 N: 7588']
In the recorded Macro above, I could not understand what exactly is "#0:237 #8" ??
I would be really glad,if someone can explain that
Thanks in advance!
I have been trying to record the macro for retrieving displacementdata from ABAQUS ODB File.I have picked a single node and tried to retrieve the displacement data for that particular node.
odb = session.odbs['H:/MiniThessis/MaterialModelling/First_Test.odb']
session.xyDataListFromField(odb=odb, outputPosition=NODAL, variable=(('U',
NODAL, ((INVARIANT, 'Magnitude'), )), ), nodePick=(('PART-1-1', 1, (
'[#0:237 #8 ]', )), ), )
xy1 = session.xyDataObjects['U:Magnitude PI: PART-1-1 N: 7588']
In the recorded Macro above, I could not understand what exactly is "#0:237 #8" ??
I would be really glad,if someone can explain that
Thanks in advance!