ComponentPin#
- class ansys.edb.core.definition.component_pin.ComponentPin(msg)#
Represents a component pin.
Methods
ComponentPin.create(comp_def, name)Create a component pin in a given component definition.
ComponentPin.find(comp_def, name)Find a component pin in a given component definition.
Attributes
ComponentDef: Component definition that the component pin belongs to.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 pin.int: Serial number of the component pin inside its component definition.