Alexey Kharikovskiy

Alexey Kharikovsky
email: svetonomer@gmail.com
email: leha2000@list.ru

Tools

REFDES_RENUM.PY is a renumber tool for projects.

This python script performs renumber of REFDES attributes of symbols and footprints of whole project simultaneously.

This tool is nessesary when exist the .sch and the .pcb files of development project and We forced add some components to project and then renumber it.


Features:

1. This script completely compatible (input,output,errors) with official "refdes_renum" script of geda project and writen for replacing him.
2. This script can take list of .sch files
Example:
  refdes_renum.py mysch_1.sch mysch_2.sch ... mysch_N.sch
or list of .sch and list of .pcb files:
  refdes_renum.py mysch_1.sch ... mysch_N.sch mypcb_1.pcb ... mypcb_N.pcb
or project file:
  refdes_renum.py pathto/projectfile

3. --sort option allows to use defferent directions of renumber (Top to bottom, diagonal, left to right and other). For details see --help option

4. --component option allows to use component coordinates for renumber instead REFDES coordinates.


Read help for more

DOWNLOAD SCRIPT

DOWNLOAD SCRIPT



Copyright 2014, all rights reserved unless specified otherwise.
gedasymbols.org is maintained by DJ Delorie