Re: spice models

Werner Hoch <[email protected]> Mon, 5 Jul 2010 18:45:46 +0200
Newsgroups gmane.comp.gnu.gnucap.general
Message-ID <[email protected]>
Hi Mogliii,

On Sonntag, 4. Juli 2010, Mogliii wrote:
> (component-library-command
>    "/home/myusername/spicelib/scripts/gedaparts nxp_bipolar.index"
>    "/home/myusername/spicelib/scripts/gedaparts nxp_bipolar.index"
>    "NXP_bipolar_transistors")

the commands should look like this:
  scripts/gedaparts -l nxp_bipolar.index
  scripts/gedaparts -p nxp_bipolar.index

You can test it on commandline.

The list comman should print a list of parts.

If you call the part command with a single partname it should print the 
symbol of the part. e.g.
  scripts/gedaparts -p nxp_bipolar.index BC817_NXP00051


It seems that the README file is outdated. I think I should review all 
the docs of spicelib and write more docs.

Regards
Werner