logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lepton-pcb_backannotate - back-annotates changes from a PCB annotation file to schematic

Author

       Dan McMahill <danmcmahill@netbsd.org>

Bugs

       Rather than parsing and processing schematic files directly, this utility should be rewritten  using  the
       Lepton EDA scheme API.  This would take advantage of the existing parsers for the schematic files.

Description

       The  lepton-pcb_backannotate  program  reads  an engineering change order (ECO) file generated by the PCB
       program (using the Renumber() action) and back-annotates the  requested  changes  to  a  lepton-schematic
       schematic(s).  Currently it supports back annotation of reference designators (refdes).

Exit Status

lepton-pcb_backannotate  will  return  0 if all files processed successfully, non-zero if the command did
       not complete successfully.

Name

lepton-pcb_backannotate - back-annotates changes from a PCB annotation file to schematic

Options

       -h, --help
              prints help message and exits

       -n, --nocopy
              Leave the modified schematic files in new files whose names are generated by appending .new to the
              original file names.  The default is to overwrite the original.

       -v, --verbose
              operate verbosely

       -V, --version
              prints version information and exits

See Also

lepton-netlist(1), lepton-schematic(1), pcb(1)

Synopsis

lepton-pcb_backannotate-h|--helplepton-pcb_backannotate-V|--versionlepton-pcb_backannotate [options] ecofile.ecoinfile1.sch...

See Also