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_namestr

Name of the padstack.

layer_namestr, optional

Name of the layer. If None, all layers will be taken.

pad_shapestr, optional

Shape of the pad. The default is "Circle". Options are "Circle", "Square", "Rectangle", "Oval" and "Bullet".

pad_paramsstr, optional

Dimension of the pad. The default is "0".

pad_x_offsetstr, optional

X offset of the pad. The default is "0".

pad_y_offsetstr, optional

Y offset of the pad. The default is "0".

pad_rotationstr, optional

Rotation of the pad. The default is "0".

antipad_shapestr, optional

Shape of the antipad. The default is "0".

antipad_paramsstr, optional

Dimension of the antipad. The default is "0".

antipad_x_offsetstr, optional

X offset of the antipad. The default is "0".

antipad_y_offsetstr, optional

Y offset of the antipad. The default is "0".

antipad_rotationstr, optional

Rotation of the antipad. The default is "0".

Returns:
bool

True if successful.