delete#

Cable.delete() None#

Delete this node.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> cable = app.schematic.create_component("Cable")
>>> cable.delete()