wb_to_aedt_name#
- classmethod MatProperties.wb_to_aedt_name(wb_name: str) str#
Retrieve the corresponding AEDT property name for the specified Workbench property name.
The Workbench names are specified in
MatProperties.workbench_name. The AEDT names are specified inMatProperties.aedtname.Examples
>>> from ansys.aedt.core.modules.material import MatProperties >>> obj = MatProperties() >>> obj.wb_to_aedt_name(wb_name=1)