find_ansys#
- ansys.mapdl.core.find_ansys()#
Searches for ansys path within the standard install location and returns the path of the latest version.
- Returns
Examples
Within Windows
>>> from ansys.mapdl.core.launcher import find_ansys >>> find_ansys() 'C:/Program Files/ANSYS Inc/v211/ANSYS/bin/winx64/ansys211.exe', 21.1
Within Linux
>>> find_ansys() (/usr/ansys_inc/v211/ansys/bin/ansys211, 21.1)