PadEdge#
- class ansys.edb.core.terminal.terminals.PadEdge(msg)#
Represents a padstack edge.
Methods
Cast the base edge object to the correct subclass, if possible.
PadEdge.create
(padstack_instance, layer, arc)Create a padstack edge.
Attributes
ArcData
: Arc of the edge.int
: Unique ID of the EDB object.bool
: Flag indicating if the object exists in the database.Layer
: Layer that the edge is on.EDBObjMessage
: Protobuf message that represents the object's ID.PadstackInstance
: Padstack instance that the edge is on.