get_property_value#
- Maxwell2d.get_property_value(assignment: str, property_name: str, property_type: str = None) any#
Retrieve a property value.
- Parameters:
- Returns:
typeValue of the property.
References
>>> oDesign.GetPropertyValue
Examples
>>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.get_property_value("Box1", "Material", "boundary")