[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Wish list, sort of



On Dienstag, 6. Januar 2009, Peter Clifton wrote:
> On Tue, 2009-01-06 at 13:45 +0100, Werner Hoch wrote:
> > libgeda (gschem) has an interface where you can connect a database.
>
> For which Peter Brett deserves the credit for adding.

Yes, great design.

> > The current homepage is here:
> > http://www.h-renrew.de/h/spicelib/doc/index.html
>
> That looks very interesting. I'm sure Peter B would appreciate any
> feedback you had on the SCM parts source code, based on your
> experiences so far.

I'm using the component-library-command not the component-library-funcs. 
I only use the SCM function to register my python script (gedaparts)

geda-parts.scm:
---------
(component-library-command
 "/home/werner/oss/geda/spicelib/scripts/gedaparts -l nxp_bipolar.index"
 "/home/werner/oss/geda/spicelib/scripts/gedaparts -p nxp_bipolar.index"
 "NXP bipolar transistors")
(component-library-command
 "/home/werner/oss/geda/spicelib/scripts/gedaparts -l nxp_diodes.index"
 "/home/werner/oss/geda/spicelib/scripts/gedaparts -p nxp_diodes.index"
 "NXP diodes")
(component-library-command
 "/home/werner/oss/geda/spicelib/scripts/gedaparts -l ti_opamps.index"
 "/home/werner/oss/geda/spicelib/scripts/gedaparts -p ti_opamps.index"
 "TI opamps")
-----------

a different script shows all symbols from www.gedasymbols.org in gschem:
----------
(component-library-command
 "/home/werner/oss/geda/gedasymbols_connector/src/connect_symbols.py -l /home/werner/oss/geda/gedasymbols_connector/lib/gedasymbols"
 "/home/werner/oss/geda/gedasymbols_connector/src/connect_symbols.py -p /home/werner/oss/geda/gedasymbols_connector/lib/gedasymbols"
 "gedasymbols")
---------

It's described here (index_symbols.py and connect_symbols.py): 
http://www.gedasymbols.org/user/werner_hoch/

Regards
Werner


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user