ComponentTags#

class pyedb.misc.siw_feature_config.emc.component_tags.ComponentTags(element)#

Bases: pyedb.misc.siw_feature_config.emc.xml_generic.XmlGeneric

Manages 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:
elementxml.etree.ElementTree.Element or None

XML element to initialize from.

Attributes:
CLS_MAPPINGdict

Mapping of element types to their corresponding classes.

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

Attribute detail#

ComponentTags.CLS_MAPPING: dict#