create#

classmethod EdgeTerminal.create(layout, name, edges, net=None, is_ref=False)#

Create an edge terminal.

Parameters:
layoutLayout

Layout to create the edge terminal in.

namestr

Name of the edge terminal.

edgeslist of Edge
netNet or str or None

Net reference. The default is None.

is_refbool, default: False

Whether the edge terminal is a reference terminal.

Returns:
EdgeTerminal