[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: problem spice aop
- To: geda-user@seul.org
- Subject: Re: gEDA-user: problem spice aop
- From: sdb@cloud9.net (Stuart Brorson)
- Date: Tue, 26 Aug 2003 12:16:09 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: geda-user-outgoing@seul.org
- Delivered-to: geda-user@seul.org
- Delivery-date: Tue, 26 Aug 2003 12:16:28 -0400
- In-reply-to: <no.id> from "DUMAITRE Florian" at Aug 26, 2003 05:12:46 PM
- Reply-to: geda-user@seul.org
- Sender: owner-geda-user@seul.org
Umm, which netlister are you using, and which version of gnetlist?
If you are using gEDA20030525 (the most recent) you should netlist by saying:
gnetlist -g spice-sdb -o Spicefilename.cir Schematicname.sch
Also, it may help if you place the full pathname to your model file
into the file attribute. This will be something like
"/home/myhome/myproject/models/lm741.mod".
Also, since your component's refdes is X1, make sure that the
file lm741.mod has a .subckt header (instead of .model). If the file
is a .subckt, you use the refdes prefix X. If the file is a .model,
you should use the refdes prefix U.
If this doesn't help, please post your .sch and .mod files.
Stuart
>
> When i created the netlist of my circuit with gschem, i have an error
> message "ERROR:In procedure string-ref:and ERROR: Argument out of range:
> 0". i use the amplifier lm741 and in edit attributes i wrotte
> refdes
> X1
> model-name
> lm741
> file
> lm741.mod
> value
> lm741
>
>
>
>