:class:`XmlGroissSurfaceRoughness` ================================== .. py:class:: pyedb.xml_parser.xml_stackup.XmlGroissSurfaceRoughness(/, **data: Any) Bases: :py:obj:`pydantic.BaseModel` Represents Groiss bottom roughness settings for a conductor surface. .. !! processed by numpydoc !! .. py:currentmodule:: XmlGroissSurfaceRoughness Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~roughness` - * - :py:attr:`~model_config` - Configuration for the model, should be a dictionary conforming to [`ConfigDict`][pydantic.config.ConfigDict]. Import detail ------------- .. code-block:: python from pyedb.xml_parser.xml_stackup import XmlGroissSurfaceRoughness Attribute detail ---------------- .. py:attribute:: roughness :type: str | None :value: None .. py:attribute:: model_config Configuration for the model, should be a dictionary conforming to [`ConfigDict`][pydantic.config.ConfigDict]. .. !! processed by numpydoc !!