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:
- padstackname
str
,optional
Name of the padstack. The default is
None
.- holediam
str
,optional
Diameter of the hole with units. The default is
"300um"
.- paddiam
str
,optional
Diameter of the pad with units. The default is
"400um"
.- antipaddiam
str
,optional
Diameter of the antipad with units. The default is
"600um"
.- startlayer
str
,optional
Starting layer. The default is
None
, in which case the top is the starting layer.- endlayer
str
,optional
Ending layer. The default is
None
, in which case the bottom is the ending layer.
- padstackname
- Returns:
str
Name of the padstack if the operation is successful.