CfgPinGroup#
- class pyedb.configuration.cfg_pin_groups.CfgPinGroup(/, **data: Any)#
Bases:
pyedb.configuration.cfg_common.CfgBaseModelRepresent one pin-group definition bound to a component.
Overview#
Transfer the |
|
Write this pin group into the open EDB design. |
|
Serialize this pin group to a plain dictionary. |
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict]. |
|
Import detail#
from pyedb.configuration.cfg_pin_groups import CfgPinGroup
Attribute detail#
- CfgPinGroup.model_config#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Method detail#
- CfgPinGroup.model_post_init(__context: Any) None#
Transfer the
pedbfield value to the private_pedbattribute.
- CfgPinGroup.create()#
Write this pin group into the open EDB design.
- Raises:
RuntimeErrorIf no pins and no net are configured, or if EDB creation fails.
- CfgPinGroup.export_properties()#
Serialize this pin group to a plain dictionary.