XmlMaterialProperty#
- class pyedb.xml_parser.xml_stackup.XmlMaterialProperty(/, **data: Any)#
Bases:
pydantic.BaseModelRepresents a material property value in the XML stackup.
- Parameters:
- value
float,optional Numerical value of the material property. The default is
None.
- value
Overview#
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.model_config#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].