mvnmgrx/kiutils

KiCad 7: Instances token in symbols and hierarchical sheets

mvnmgrx opened this issue · 1 comments

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()

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