PadEdge#

class ansys.edb.core.terminal.terminals.PadEdge(msg)#

Represents a padstack edge.

Methods

PadEdge.cast()

Cast the base edge object to the correct subclass, if possible.

PadEdge.create(padstack_instance, layer, arc)

Create a padstack edge.

Attributes

PadEdge.arc

ArcData: Arc of the edge.

PadEdge.id

int: Unique ID of the EDB object.

PadEdge.is_null

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

PadEdge.layer

Layer: Layer that the edge is on.

PadEdge.msg

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

PadEdge.padstack_instance

PadstackInstance: Padstack instance that the edge is on.

PadEdge.type