mvnmgrx / kiutils

Simple and SCM-friendly KiCad file parser based on Python dataclasses for KiCad 6.0 and up.
GNU General Public License v3.0
78 stars 25 forks source link

KiCad 7: Instances token in symbols and hierarchical sheets #70

Closed mvnmgrx closed 1 year ago

mvnmgrx commented 1 year ago

Symbols now have an instances token: https://dev-docs.kicad.org/en/file-formats/sexpr-schematic/#_symbol_section

HierarchicalSheets as well: https://dev-docs.kicad.org/en/file-formats/sexpr-schematic/#_hierarchical_sheet_section

This may be provided in items/common.py with a new class called Project()

mvnmgrx commented 1 year ago

This problem also came up in #62 and a possible implementation is currently discussed in #58