remove_pads_from_padstack#

EdbPadstacks.remove_pads_from_padstack(padstack_name, layer_name=None)[source]#

Remove the Pad from a padstack on a specific layer by setting it as a 0 thickness circle.

Parameters:
padstack_namestr

padstack name

layer_namestr, optional

Layer name on which remove the PadParameters. If None, all layers will be taken.

Returns:
bool

True if successful.