psychogenic / kicad-skip

kicad s-expression schematic/layout file manipulation
GNU Lesser General Public License v2.1
74 stars 7 forks source link

KiCAD write issue #2

Open thesrinivasprabhu opened 3 months ago

thesrinivasprabhu commented 3 months ago

image image

We manually made the resistor 50 which we are able to read from python importing your library. However when we tried to set the resistor value to 10K (line no 11) it is not reflecting back in the schematic.

PS:

semiversus commented 1 week ago

When you say you don't see it reflecting back - do you mean you have kicad open and don't see a change? This library is not communicating with KiCAD, it stores it directly to the file. When you have KiCAD open, it will not check for file changes. Best way is do have KiCAD closed while working with this library and then opening it up and see the result.