I’m wondering if python script can change rastnet drawing, topology, or event multiple lines per pin to pin.
No, ratsnest lines are not part of the data model, they are based on information calculated from netlist and runtime connectivity check. You can manipulate netlist from python but you can’t force pcbnew to draw particular lines for particular pins. It has it’s own runtime algorithm that chooses where to draw the lines, mostly based on closest points between already connected parts of the net.
3 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.