create_circular_padstack#

EdbPadstacks.create_circular_padstack(padstackname=None, holediam='300um', paddiam='400um', antipaddiam='600um', startlayer=None, endlayer=None)[source]#

Create a circular padstack.

Parameters:
padstacknamestr, optional

Name of the padstack. The default is None.

holediamstr, optional

Diameter of the hole with units. The default is "300um".

paddiamstr, optional

Diameter of the pad with units. The default is "400um".

antipaddiamstr, optional

Diameter of the antipad with units. The default is "600um".

startlayerstr, optional

Starting layer. The default is None, in which case the top is the starting layer.

endlayerstr, optional

Ending layer. The default is None, in which case the bottom is the ending layer.

Returns:
str

Name of the padstack if the operation is successful.