Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > e178d4401f38227bf480f73b93a254d0 > files > 44

geda-utils-1.8.1-6.mga4.x86_64.rpm

tragesym is a small python script that creates gschem symbols out of 
structured textfiles.

tragesym can:
    * create pins and arrange their elements 
	(clocksign, dot, type, pinnumber, label)
    * sort pins alphabetical and numerical
    * swap words of pinlabels if wished
    * draw negation lines on the labels 
       	(since version 0.0.9, gschem will do that)
    * rotate pinlabels if wished
    * do some syntax check to the input file

For creating a symbol you have to create a sourcefile first.  You can
use the template.src file, which is in /examples/tragesym/ directory.
Some examples are in the examples/tragesym directory too.

For possible footprint names take a look into the ~geda directory 
of the PCB program.

usage is:
  tragesym <sourcefile> <symbolfile>

After you have translated the sourcefile to the symbolfile you have to
rearrange some pins with gschem, translate the symbol to the origin
and save it in an appropriate symbol directory.  Make the attributes
visible while doing that (edit->show hidden text) and hide the text
again before saving.

tragesym requires python (versions greater 1.5 should work).

Comment an questions are welcome. 
Send it to Werner Hoch (werner.ho@gmx.de)