svg-pcb
svg-pcb copied to clipboard
Add netlists
Some way to indicate how things should be connected.
Perhaps as a board method: board.netlist(...)
Could be specified as a dictionary:
{
"comp0.pad0": "comp1.ground"
}
A question is how to reference a pad. Does the component name come from the variable declaration?