commands#

ansPlugin.commands(plugin_name)#

Return the attribute names registered by a plugin.

These are the command names (after *star / /slash transformation) that were injected as attributes on the MAPDL instance when plugin_name was loaded.

パラメーター:
plugin_namestr

Name of the plugin whose commands are requested.

Returns:
list[str]

Attribute names registered by the plugin.

Raises:
KeyError

If plugin_name is not currently tracked as loaded.

戻り値の型:

List[str]