ComponentTags#
- class pyedb.misc.siw_feature_config.emc.component_tags.ComponentTags(element)#
Bases:
pyedb.misc.siw_feature_config.emc.xml_generic.XmlGenericManages collection of component tags.
This class handles the complete collection of component configurations, providing a container for multiple Comp objects within the EMC configuration. It serves as the top-level container for all component-related tag information.
- Parameters:
- element
xml.etree.ElementTree.ElementorNone XML element to initialize from.
- element
- Attributes:
- CLS_MAPPING
dict Mapping of element types to their corresponding classes.
- CLS_MAPPING
Examples
>>> from pyedb.misc.siw_feature_config.emc.component_tags import ComponentTags >>> component_tags = ComponentTags(None) >>> # ComponentTags ready to store multiple Comp objects
Overview#
Import detail#
from pyedb.misc.siw_feature_config.emc.component_tags import ComponentTags