set_pad_property#
- EdbPadstacks.set_pad_property(padstack_name, layer_name=None, pad_shape='Circle', pad_params=0, pad_x_offset=0, pad_y_offset=0, pad_rotation=0, antipad_shape='Circle', antipad_params=0, antipad_x_offset=0, antipad_y_offset=0, antipad_rotation=0)[source]#
Set pad and antipad properties of the padstack.
- Parameters:
- padstack_name
str
Name of the padstack.
- layer_name
str
,optional
Name of the layer. If None, all layers will be taken.
- pad_shape
str
,optional
Shape of the pad. The default is
"Circle"
. Options are"Circle"
,"Square"
,"Rectangle"
,"Oval"
and"Bullet"
.- pad_params
str
,optional
Dimension of the pad. The default is
"0"
.- pad_x_offset
str
,optional
X offset of the pad. The default is
"0"
.- pad_y_offset
str
,optional
Y offset of the pad. The default is
"0"
.- pad_rotation
str
,optional
Rotation of the pad. The default is
"0"
.- antipad_shape
str
,optional
Shape of the antipad. The default is
"0"
.- antipad_params
str
,optional
Dimension of the antipad. The default is
"0"
.- antipad_x_offset
str
,optional
X offset of the antipad. The default is
"0"
.- antipad_y_offset
str
,optional
Y offset of the antipad. The default is
"0"
.- antipad_rotation
str
,optional
Rotation of the antipad. The default is
"0"
.
- padstack_name
- Returns:
- bool
True
if successful.