create_circle#

EdbLayout.create_circle(layer_name, x, y, radius, net_name='')[source]#

Create a circle on a specified layer.

Parameters:
layer_namestr

Name of the layer.

xfloat

Position on the X axis.

yfloat

Position on the Y axis.

radiusfloat

Radius of the circle.

net_namestr, optional

Name of the net. The default is None, in which case the default name is assigned.

Returns:
pyaedt.edb_core.edb_data.primitives_data.EDBPrimitives

Objects of the circle created when successful.