delete_pcb_component#

Icepak.delete_pcb_component(comp_name: str) bool#

Delete a PCB component.

Parameters:
comp_namestr

Name of the PCB component.

Returns:
bool

True when successful, False when failed.

References

>>> oEditor.Delete

Examples

>>> from ansys.aedt.core.icepak import Icepak
>>> obj = Icepak()
>>> obj.delete_pcb_component("MainBoard")