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 in MatProperties.aedtname.

Parameters:
wb_namestr

Workbench name of the property.

Returns:
str

AEDT name of the property.

Examples

>>> from ansys.aedt.core.modules.material import MatProperties
>>> obj = MatProperties()
>>> obj.wb_to_aedt_name(wb_name=1)