RAModuleCollection#
- class ansys.rocky.app.ra_addins.RAModuleCollection(id: str, model_id: str | None = None)#
Bases:
ansys.rocky.app.api_element_item.ApiElementItemRocky PrePost Scripting wrapper for the collection of module in a project.
This wrapper corresponds to the “Modules” item on the project’s data tree. Retrieve the
RAModuleCollectionfrom aRAStudyvia:module_collection = study.GetModuleCollection()
Overview#
Get the names of the modules in project. |
|
Get the names of the enabled modules in project. |
|
Get a module given its name. |
Import detail#
from ansys.rocky.app.ra_addins import RAModuleCollection