NetTags#

class pyedb.misc.siw_feature_config.emc.net_tags.NetTags(element)#

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

Manages collection of net tags.

This class handles the complete collection of net configurations, providing a container for multiple Net objects within the EMC configuration.

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.net_tags import NetTags
>>> net_tags = NetTags(None)
>>> # NetTags ready to store multiple Net objects

Overview#

Import detail#

from pyedb.misc.siw_feature_config.emc.net_tags import NetTags

Attribute detail#

NetTags.CLS_MAPPING: dict#