Imports netlist (and optionally footprint references) from schematic(s) or netlist(s). Works from one or multiple input files. This action does not do file operations on its own, it is merely a dispatched to import plugins.
The import configuration is normally stored in the config tree of the board file (on the design role of the conf system) and consists of:
When called without argument, or with the
When called with
ImportSch (setup,importer ,args... )
There can be zero or more arguments following the importer. The syntax and meaning of those arguments are specific to the importer, but is most usually the file name(s) to import from, e.g.
ImportSch(setup, tEDAx, foo.tdx)
ImportSch(setup, gnetlist, sheet1.sch, sheet2.sch)
When called with