You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
If python has been run keeping schematic open will it modify the schematic or should it be closed while running python script?
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: