Electronic – Altium testpoints auto-placement

altiumautoroutertest-point

Is there a way to use Altium to automatically generate test points on an already routed board? When there is no usable via, I'd like to place a pad on the net.

When reviewing Altium API reference documentation, especially for the IPCB_TestPointStyleRule object, I see this statement :

The auto-router includes a test point generator, which can identify existing pads and vias as test points, as well as adding test point pads to nets which cannot be accessed at existing pads and vias.

This sounds super promising, but looking at the auto-router, I see nothing that refers to test points placement. I assume that the net would need to be routed by the autorouter to get a testpoint added.

Anything I could use? I am considering scripting the feature, which I'd like to avoid. I found a script on GitHub that creates the test points but does not place them.

Thanks

Best Answer

You can use this script to generate the testpoints, but you will need to move them manually to the right place

https://github.com/Altium-Designer-addons/scripts-libraries/tree/master/TestpointMaker