NetTags#
- class pyedb.misc.siw_feature_config.emc.net_tags.NetTags(element)#
Bases:
pyedb.misc.siw_feature_config.emc.xml_generic.XmlGenericManages 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:
- 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.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