:class:`CfgMaterial` ==================== .. py:class:: pyedb.configuration.cfg_stackup.CfgMaterial(/, **data: Any) Bases: :py:obj:`MaterialProperties` Store material properties. .. !! processed by numpydoc !! .. py:currentmodule:: CfgMaterial Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~name` - * - :py:attr:`~thermal_modifiers` - Import detail ------------- .. code-block:: python from pyedb.configuration.cfg_stackup import CfgMaterial Attribute detail ---------------- .. py:attribute:: name :type: str .. py:attribute:: thermal_modifiers :type: Optional[list[CfgMaterialPropertyThermalModifier]] :value: None