XmlMaterialProperty#

class pyedb.xml_parser.xml_stackup.XmlMaterialProperty(/, **data: Any)#

Bases: pydantic.BaseModel

Represents a material property value in the XML stackup.

Parameters:
valuefloat, optional

Numerical value of the material property. The default is None.

Overview#

value

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

Import detail#

from pyedb.xml_parser.xml_stackup import XmlMaterialProperty

Attribute detail#

XmlMaterialProperty.value: float | None = None#
XmlMaterialProperty.model_config#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].