X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:in-reply-to:references :mime-version:content-transfer-encoding:content-type; bh=IFzLkzT3TFOPPES4KPUglirAtWNJ2/u529lelTZNWlY=; b=P1reY7k6d0OT5cfG0yx8zCar2nbUwV7IJjuPkLt56ITJeMi3opW5wg5MhmeN5Y3N+a BhHFKKaT9vYyfm0h8IvTF5wFtR9RLE3FrnFr5hstmzREKQl0QeUO/adZHdvCz8P1NIn3 7zEZzGQwVmKl+UPxG3rCXabydUBQ6SelH0pfUJn0gz5D048O3H5JHOLz0pJlS4i3TEbB uMvm/PSWySFq9VMZ7UzVFibvqtW/tihs8ESxANgCfPZWdXptguB9w1WYj0ywRFTk1YDn 9RH8zDd3bBWtcTKc4Y6YEmOwR8j5aj1HtVAjN89q5CvNN5HVPit0P2Zczewdf/Br2nsz iqQg== X-Received: by 10.152.44.133 with SMTP id e5mr6674911lam.15.1372425343898; Fri, 28 Jun 2013 06:15:43 -0700 (PDT) From: Anees Rehman To: geda-help AT delorie DOT com Subject: Re: [geda-help] Best way to make Power Pins explicitly visible Date: Fri, 28 Jun 2013 15:15:30 +0200 Message-ID: <3348230.XCJQHRqQty@nixdust> User-Agent: KMail/4.10.4 (Linux/3.5.0-34-generic; KDE/4.10.4; i686; ; ) In-Reply-To: <1372368022.2418.11.camel@AMD64X2.fritz.box> References: <20185814 DOT 6mxDE0FZp3 AT nixdust> <1372368022 DOT 2418 DOT 11 DOT camel AT AMD64X2 DOT fritz DOT box> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu June 27 2013 23:20:22 you wrote: > On Thu, 2013-06-27 at 16:19 +0200, Anees Rehman wrote: > > Hi, > > > > I am following this > > "http://www-mdp.eng.cam.ac.uk/web/CD/engapps/geda/geda-doc/tutorials/trage > > sym/tragesym.html" tutorial to create gschem symbol for AT86RF233 > > tranceiver. My problem is: what is the best way to make power pins > > visible? > > > > Though when I change the style for pwr pins from none to line in the > > source template they become visble in schematic but I am not sure > > whether it is the right way to do it. > > > > Regads, > > Anees Rehman > > Hello, > > seems that nobody else has find time to answer your question... > > I have not used tragesym for some years -- but yes, your assumptions > should be true. > > >bzcat /usr/share/doc/geda-1.8.1/wiki/media/tragesym/template2.txt.src.bz2 > >>|grep none # style can be (line,dot,clk,dotclk,none). none if only want > >to add a net > > So line,dot,clk,dotclk all give you visible pins with different shape -- > none is used only if you want a invisible hidden power net. > > djboxsym is another nice symbol generator -- for me tragesym was fine, > but I still wonder why its documentation is a spreadsheet tutorial. Thank you Stefan, It is unfortunate that many open source projects lack good documentation.