create#

classmethod Circle.create(layout, layer, net, center_x, center_y, radius)#

Create a circle.

Parameters:
layoutLayout

Layout to create this circle in.

layerstr or Layer

Layer to place the circle on.

netstr or Net or None

Net of the circle.

center_xValue

X value of the center point.

center_yValue

Y value of the center point.

radiusValue

Radius value of the circle.

Returns:
Circle

Circle created.