MatProperty#
- class ansys.aedt.core.modules.material.MatProperty(material, name, val=None, thermalmodifier=None, spatialmodifier=None)[source]#
Manages simple, anisotropic, tensor, and non-linear properties.
- Parameters:
- material
ansys.aedt.core.modules.material.Material
Inherited parent object.
- name
str
Name of the material property.
- val
The default is
None
.- thermalmodifier
The default is
None
.- spatialmodifier
The default is
None
.
- material
Examples
>>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> matproperty = app.materials["copper"].conductivity
Methods
Add a spatial modifier to a material property using an existing dataset.
Add a spatial modifier to a material property using a free-form formula.
Add a thermal modifier to a material property using a closed-form formula.
Add a thermal modifier to a material property using an existing dataset.
Add a thermal modifier to a material property using a free-form formula.
Attributes
Dataset.
Evaluated value.
Spatial modifier.
Thermal modifier.
Type of the material property.
Units for a material property value.
Value for a material property.