get_mapdl_instances#

ansys.mapdl.core.cli.helpers.get_mapdl_instances()#

Get list of MAPDL instances with minimal data.

This function safely handles permission errors when accessing process information. Processes owned by other users are skipped. For current user’s processes, we attempt to gather information but skip if critical data is inaccessible.

Return type:

List[Dict[str, Any]]