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_namestrpadstack name layer_namestr, optionalLayer name on which remove the PadParameters. If None, all layers will be taken. Returns: boolTrue if successful.