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

ComponentPin.component_def

ComponentDef: Component definition that the component pin belongs to.

ComponentPin.id

int: Unique ID of the EDB object.

ComponentPin.is_null

bool: Flag indicating if the object exists in the database.

ComponentPin.msg

EDBObjMessage: Protobuf message that represents the object's ID.

ComponentPin.name

str: Name of the component pin.

ComponentPin.number

int: Serial number of the component pin inside its component definition.