The mapdl.py module#

Summary#

is_valid_executable_path

Check if the executable path is valid for Ansys MAPDL.

Description#

MAPDL-specific logic for the Ansys path tool.

Module detail#

mapdl.is_valid_executable_path(exe_loc: str) bool#

Check if the executable path is valid for Ansys MAPDL.

Parameters#

exe_locstr

Path to the executable file.

Returns#

bool

True if the path is valid for Ansys MAPDL, False otherwise.