RAModulePropertyListItem#
- class ansys.rocky.app.ra_addin_list.RAModulePropertyListItem(id: str, model_id: str | None = None)#
Bases:
ansys.rocky.app.api_element_item.ApiElementItem,ansys.rocky.app.ra_addins.ElementWithAddinsRocky PrePost Scripting wrapper for an item inside a
RAModulePropertyList.The wrapper corresponds to a single row in a table of module properties inside the editor of an individual Module or simulation entity. It is retrieved from its containing list, via:
my_module = study.GetElement('My Module') module_list = my_module.GetModuleProperty('List of Items') module_item = module_list.New()
Overview#
Import detail#
from ansys.rocky.app.ra_addin_list import RAModulePropertyListItem