:class:`XmlHuraySurfaceRoughness` ================================= .. py:class:: pyedb.xml_parser.xml_stackup.XmlHuraySurfaceRoughness(/, **data: Any) Bases: :py:obj:`pydantic.BaseModel` Represents Huray roughness settings for a conductor surface. .. !! processed by numpydoc !! .. py:currentmodule:: XmlHuraySurfaceRoughness Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~nodule_radius` - * - :py:attr:`~surface_ratio` - * - :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 XmlHuraySurfaceRoughness Attribute detail ---------------- .. py:attribute:: nodule_radius :type: str | int | float | None :value: None .. py:attribute:: surface_ratio :type: int | float | None :value: None .. py:attribute:: model_config Configuration for the model, should be a dictionary conforming to [`ConfigDict`][pydantic.config.ConfigDict]. .. !! processed by numpydoc !!