Tag#
- class pyedb.misc.siw_feature_config.emc.tag_library.Tag(element)#
Bases:
pyedb.misc.siw_feature_config.emc.xml_generic.XmlGenericManages individual tags with their types and configurations.
This class represents a complete tag with its associated tag types and configurations.
- 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.tag_library import Tag >>> tag = Tag(None) >>> tag.label = "Clock" >>> tag.name = "CLK_TAG"
Overview#
Import detail#
from pyedb.misc.siw_feature_config.emc.tag_library import Tag