X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=2zvlZKp0CEok1pJdBl3p/2o46fRDiz3ejvaU5IZqL8M=; b=Ik/lO8cGmxqowggljduX2nTQAh/c9Z9DF9TJ7FOFuprzigP26uBq67HZpc9qxBQDsZ EmdbmAcnTy9yNstqEWT2QV7xBIBrLAWbVceAgWyC0ESZ+9A7pGJZVBaR8wcoiZWbbEAo rKVs0ObniPb1eP/CPsS5wLp1hEJx3qXPB9hKbwsFJt0aX1p+gQow1nSovlSFA6yCqdJA PnVaM5SUBqQulfqks1IXbUK6nyeI55HbhUPAXO7gTCtrvLDNqmWOAvueo6RasFJjM5GM 92nDYk4+ZgA3BNN3cf3jzWI+xUx41AkILiwNBY51JVZPRLs+A0WBXZOxYq20Mmhjtkft mtBQ== X-Received: by 10.152.143.41 with SMTP id sb9mr1535819lab.21.1390926434042; Tue, 28 Jan 2014 08:27:14 -0800 (PST) Date: Tue, 28 Jan 2014 20:27:08 +0400 From: Vladimir Zhbanov To: "geda-user AT delorie DOT com" Subject: Re: [geda-user] gnetlist spice-sdb subcircuit parameters Message-ID: <20140128162708.GA5120@localhost.localdomain> Mail-Followup-To: "geda-user AT delorie DOT com" References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, Jan 27, 2014 at 01:12:05PM -0500, Nathan Stewart wrote: ... > 1) What's the correct attribute set to get the netlister to append > subcircuit parameters. Currently, spice-sdb doesn't permit adding parameters to subcircuit components with the refdes X?. Such functionality is provided only for passives by means of the 'model' attribute. See http://wiki.geda-project.org/geda:csygas and particularly the Table 1 for details. > 2) Is the netlister broken or is my example broken? Neither netlister nor your schematic are broken. I think that nobody asked for this feature before. You can use the workaround proposed by Tom Russo. However, in this case it would be nice if you file a feature request on launchpad as well as attach your input files and the desired output there. I have a trivial patch that seems to solve your issue. I just want to know opinions of other users/developers about this feature.