Greetings!
I am trying to get the stresses for Beam contact elements I have included in my simulation using PyMAPDL but I can't find out how to do so in the docs.
I basically have a set of beams in my model that work as a connection (bolts) between bodies.

I then apply a preload on these beams to simulate the bolt preload:

Finally, using the worksheet I am able to plot the stresses on these "bolts" on Ansys using the following settings:

Nevertheless, I would like to be able to get these same values inside Python through PyMAPDL so that I can iterate through them and perform different post process operations. The problem is that these beams do not seem to have any visible nodes in ansys asigned to them and I don't know how to select them in with PyMAPDL in order to extract the values from them. Does anyone have an idea of how to approach it?
Thanks alot,
Best regards