ansys / pymapdl

Pythonic interface to MAPDL
https://mapdl.docs.pyansys.com
MIT License
428 stars 120 forks source link

module 'pyansys' has no attribute 'open_result' #112

Closed rajat27594 closed 5 years ago

rajat27594 commented 5 years ago

Hi there,

I've been amazed by the world of python after being introduced to it a month back. I have all my work on ANSYS, and i started learning python so that i could automate to some extent my post processing work. Lots of doubts but the major problem I'm facing is loading of ".rst" file. It shows the error AttributeError: module 'pyansys' has no attribute 'open_result'

Also I wanted to know if this module works for all versions of ANSYS APDL. I have ANSYS 15

rajat27594 commented 5 years ago

Untitled

rajat27594 commented 5 years ago

these are the only options available. Am I missing something?

akaszynski commented 5 years ago

Please use read_binary. The old docs must still be out there.

akaszynski commented 5 years ago

Removed the old docs at readthedocs. See the new documentation at https://akaszynski.github.io/pyansys/

rajat27594 commented 5 years ago

Thanks a lot for the support, it helped :)