Schematic file specification

Hi
Can anyone point me to the latest version ( version 4 ) of the schematic file specification. All I found is version 2.

Thanks.

Where did you find version 2?

KiCad doesn’t really work from specs, the code is definitive. The closest to an official spec is file formats, but I doubt it has been updated for v4.

“EESchema Schematic File Version 4” is used by the latest KiCad versions. And actually it can be found here: http://www.kicad.org/help/file-formats/. But “the code is definitive” is a good warning. I don’t know how up to date the document is.

EDIT: I think I misunderstood what bobc said…

OK, a quick look inside tells me the document is even older. You should ask in the developers mailing list.

@bobc, sorry my mistake, it is version 1.

For Kicad to grow, with more addons etc, should it not be more documentation, especially interface specifications ???

Using “code” as reference is not a good practice … ( sorry if I offending some one … )

It’s possible, even probable, that the new schematic file format which is planned for KiCad v6 will be mostly documented before coding, and hopefully it will be kept up to date. You can ask about the details in the developers mailing list.

You could volunteer.
Seriously, maintaining documentation like the file specifications is something really useful that a non C++ coder can do to contribute to the project.

Check here (https://en.wikibooks.org/wiki/Kicad/file_formats#Description_of_$FPLIST), I’ve found it is quite useful

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.