create_circle# Modeler.create_circle(layer_name, x, y, radius, net_name='')[source]# Create a circle on a specified layer. Parameters: layer_namestrName of the layer. xfloatPosition on the X axis. yfloatPosition on the Y axis. radiusfloatRadius of the circle. net_namestr, optionalName of the net. The default is None, in which case the default name is assigned. Returns: pyedb.dotnet.edb_core.edb_data.primitives_data.PrimitiveObjects of the circle created when successful.