X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-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 :content-transfer-encoding:in-reply-to:user-agent; bh=hyACkyGeB+LkFlBZ+CETd/jyCgclqspF5Cuc8mU2M2A=; b=X5GXN7QEzYcOI4nahqxSOSNQzP5FjoIG6y1QtF6/h52joTv5k+DUyf66dc887zURId MobJZmyUTXm3xOBXHVJy0WkTx+yglPK/5mvWHmcF/hc2f7UQzXSs9feCUIuDUny/6jTU TQd0IJ2MqVarfT2WKskYZVOZdfFyp6nnSxn8/44D2K4IHrxw1BrfrgAG0c4rDil20MUw MR6KxbKWToqV/AdEcVdAovTPq5MlIDjgWYLA2VaXLdIcpQANXpbK+7+TD8LCR6VhHBDt mvVK6dm5nWfhZ2PSGahS7nlpMUXR+e6CoNvRWv4fSs81URm3b14Ai4P6OYRmQ3/vlCfh Nnhg== X-Received: by 10.152.29.97 with SMTP id j1mr30708766lah.104.1436863363551; Tue, 14 Jul 2015 01:42:43 -0700 (PDT) Date: Tue, 14 Jul 2015 11:42:41 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] The new to do Message-ID: <20150714084241.GB14371@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: <20150713131707 DOT GA782 AT recycle DOT lbl DOT gov> <55A4042E DOT 5060402 AT neurotica DOT com> <55A41B30 DOT 50602 AT neurotica DOT com> <55A42281 DOT 7020206 AT neurotica DOT com> <55A42FB3 DOT 5020301 AT neurotica DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) 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, Jul 13, 2015 at 11:24:37PM +0000, Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > On Mon, Jul 13, 2015 at 9:37 PM, Dave McGuire (mcguire AT neurotica DOT com) > [via geda-user AT delorie DOT com] wrote: > > On 07/13/2015 05:25 PM, John Doty wrote: > >>> Actually, the functionality I envision IS a gschem issue, albeit a > >>> very minor one. I've seen a lot of schematics (I think done in > >>> Eagle but I'm not sure) that have something that sorta looks like a > >>> lollipop pointing to a trace, with "20mils" or whatever in the > >>> circle. Of course I can (and do) attach any arbitrary attribute to > >>> anything, and I think this is one of gschem's great strengths, but > >>> there needs to be (IMO) a bit of GUI work for this feature as > >>> well. > >> > >> No work at all in either gschem or the gnetlist front end is needed > >> to do that. There is already a function in the gnetlist back end API > >> that rejoices in the name > >> "gnetlist:graphical-objs-in-net-with-attrib-get-attrib". It retrieves > >> an arbitrary attribute from a “graphical=1” symbol attached to a net. > >> So, draw your lollipop as a symbol, give it attributes graphical=1 > >> and trace-width=20mil. Attach it to your net. > > > > Ah-HA! Most excellent, thank you! > > Fantastic! Thank you! > (I now have to wonder how much of this stuff is in the manual/wiki) Added but just http://wiki.geda-project.org/geda:gnetlist_scheme_primitives Cheers, Vladimir