Hello, Is there a way in Altium to automatically delete floating or unfinished traces? For example if I delete a chip from the pcb board the traces remain there. If is a large microprocessor for example I don't wand to delete every single trace by hand. In the picture, I deleted a connector and all the traces that were terminated there are still there. How can I delete these traces automatically. Other Cad tools can delete this "floating" traces automatically. Thanks for the help.
Announcement
Collapse
No announcement yet.
Floating or unfinished traces
Collapse
X
-
Hello mazielvc,
One way you can do this that, once you delete the component on either size of the track it will show an error of "Net antennae" after you run your DRC.
Then you can enter a query in PCB Filter as "IsTrack and HasViolations" which will select all such tracks and then you can just delete them by "delete" option.
Note : Make sure that when you run DRC for this issue, only option selected in the DRC checker is the "Net Antenna" under Rules to check -> Manufacturing and all other are turned off for this time as it may result in other violations on the board and the filter query above will select all such violated tracks.
Thank you.
- Likes 2
Comment