list#

ansPlugin.list()#

List all currently loaded plugins.

Attempts to query MAPDL via *PLUG,LIST. Falls back to the internal tracking state when the server returns no output (which is the case for MAPDL releases prior to the server-side fix). :rtype: list[str]

注釈

Internal tracking is session-scoped. If the Python process reconnects to an already-running MAPDL instance that has plugins loaded, this method will return an empty list until server-side *PLUG,LIST parsing is available.

Returns:
list[str]

Names of the loaded plugins.

Raises:
PluginError

If MAPDL explicitly reports an error retrieving the plugin list.