ComponentDef#
- class ansys.edb.core.definition.component_def.ComponentDef(msg)#
Represents a component definition.
Methods
Add a component model to this component def.
ComponentDef.create
(db, comp_def_name, fp)Create a component definition in a given database.
ComponentDef.find
(db, comp_def_name)Find a component definition in a given database.
Remove a component model from this component def.
Attributes
list
ofComponentModel
: All component models associated with the component definition.list
ofComponentPin
: All component pins of the component definition.DefinitionObjType
: Definition type.Cell
: Footprint of the component definition.int
: Unique ID of the EDB object.bool
: Flag indicating if the object exists in the database.EDBObjMessage
: Protobuf message that represents the object's ID.str
: Name of the component definition.