delete# Band.delete() → None# Delete this node. Examples >>> from ansys.aedt.core import Emit >>> app = Emit() >>> radio = app.schematic.create_component("New Radio") >>> band = radio.children[0] >>> band.delete()