delorie.com/archives/browse.cgi | search |
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=20161025; | |
h=mime-version:in-reply-to:references:from:date:message-id:subject:to; | |
bh=rv2aUkTtGgr6o9bj+bwir2XeXM15XSFehxhJd55pNmY=; | |
b=KrHDRoRbLlCuKnJza6cA0m0hqqHNgSIep4PMq8istznUXsPX41Yn7pNLaNgf1ii4Z1 | |
Q9w6wxVtvTe1wLEE+ze7wKPkrnTl4LxR6d3kqvNJw1/mYZqFzH7x0lNpJlwiG/3sd8o5 | |
V7BTRq1npvEvg66vlVYXWaDcrimK+yS5mlJDlA0KciZue3plcuIPQKRPkwzyXru/LCMt | |
jF9Ta0j+rZa2S8yhD+adW3V/d0+o7IezpFCw473+WvACqjRAIYIiON+PSJp4hjJjr68q | |
58JI07DTQ0rZd8NesE1EsdbHcXKC42/pUMAGribC127iQk+IXPDqn+Z3lHvFObhMr0s5 | |
LV+w== | |
X-Google-DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; |
d=1e100.net; s=20161025; | |
h=x-gm-message-state:mime-version:in-reply-to:references:from:date | |
:message-id:subject:to; | |
bh=rv2aUkTtGgr6o9bj+bwir2XeXM15XSFehxhJd55pNmY=; | |
b=ciBwhmNbsTDk/VCeBGhMCa8qBMMGM/Jd+Ld8P6Gofdotv/21L13Y5kiZbZzN1Yh/Ui | |
7FU73t7tBQRqDgi3XudK4Pwvc9N+zgbZZSw6171upJPH4rd/cc52CoaU5u8Q5VnqSKpD | |
UXLZDIxfNepjQwls/2+kj/zp4u9k+1mQXNA9jk/5NUdCyk03vDXwMi9poORf969osW2h | |
McshvZ8mv9K++CQ/aldB0BnHRGKiDk6fBq95A6olfSDE5RraktRXe62hHP74q+Mwsfx1 | |
lfIcnQtjxfilQvXOFA3KdP9d4g/2aYVOIfvXwsf/xOioz9DQwMyXyMkEHUETmF/J8D7r | |
KgZg== | |
X-Gm-Message-State: | APt69E1OguTwgVt1hb+9ZvkAaj19ixSmKJ76Psq30TNtEXQkOvSMIMr5 |
eWG7RxTZtQ8mqEYs7VEWMznfD6/86r1+r1xNg00= | |
X-Google-Smtp-Source: | AAOMgpdvtt5gX+x3CXI6gaoEx3YcViulkbhoUy8elHzSEh8FIIw+VZyQpzo1MzlY+0Tp+4NqcSvKaRWqBbProdVnuTA= |
X-Received: | by 2002:ab0:3088:: with SMTP id h8-v6mr4974126ual.69.1531313742137; |
Wed, 11 Jul 2018 05:55:42 -0700 (PDT) | |
MIME-Version: | 1.0 |
In-Reply-To: | <0dd0f101-93ae-1126-ab61-7d9d16886f78@ecosensory.com> |
References: | <xnmuuy6a7j DOT fsf AT envy DOT delorie DOT com> <910e5ecd-24a2-fdb6-432a-0fa913cf3559 AT neurotica DOT com> |
<0dd0f101-93ae-1126-ab61-7d9d16886f78 AT ecosensory DOT com> | |
From: | "Rob Butts (r DOT butts2 AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> |
Date: | Wed, 11 Jul 2018 08:55:41 -0400 |
Message-ID: | <CALSZ9gqBHoCnie-Cuk3wV2nvMW9-cK3gWN-ZKKGsYFKBnPPLrQ@mail.gmail.com> |
Subject: | Re: [geda-user] How to define for an exposed pad to connect to 3 pins/pads |
To: | geda-user AT delorie DOT com |
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 |
--000000000000a3cebc0570b8c35d Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Yes, I believe so. On Tue, Jul 10, 2018 at 6:52 PM, John Griessen (john AT ecosensory DOT com) [via geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote: > On 07/10/2018 05:06 PM, Dave McGuire (mcguire AT neurotica DOT com) [via > geda-user AT delorie DOT com] wrote: > >> In the >> schematic, I use a standard resistor, which has two pins, 1 and 2. The >> DPAK PCB footprint has pin 3, which is what gave me trouble. >> > > > I say, "There is no on-the-fly way to do that in the GUI." [John folds > arms resolutely] > > "It's handled like DJ said:" > > "treat the exposed pad like any other pin/pad, give it a > pinnumber (make one up) and expose it in the schematic symbol." > > Then connect in gschem and output a new netlist, or import from gschem. > > And now Stephan comes up with this! > > "On 07/10/2018 05:33 PM, Stephan B=C3=B6ttcher wrote: > > The footprint has three pins, the schematic symbol only two. Add a net= =3D > > attribute to the symbol instance to tell where the third pin shall > > connect to > > > > net=3DGND:3" > > Sounds like what you were wanting. > > > --000000000000a3cebc0570b8c35d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">Yes, I believe so.</div><div class=3D"gmail_extra"><br><di= v class=3D"gmail_quote">On Tue, Jul 10, 2018 at 6:52 PM, John Griessen (<a = href=3D"mailto:john AT ecosensory DOT com">john AT ecosensory DOT com</a>) [via <a href= =3D"mailto:geda-user AT delorie DOT com">geda-user AT delorie DOT com</a>] <span dir=3D"l= tr"><<a href=3D"mailto:geda-user AT delorie DOT com" target=3D"_blank">geda-use= r AT delorie DOT com</a>></span> wrote:<br><blockquote class=3D"gmail_quote" st= yle=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span= class=3D"">On 07/10/2018 05:06 PM, Dave McGuire (<a href=3D"mailto:mcguire= @neurotica.com" target=3D"_blank">mcguire AT neurotica DOT com</a>) [via <a href= =3D"mailto:geda-user AT delorie DOT com" target=3D"_blank">geda-user AT delorie DOT com</= a>] wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> =C2=A0 In the<br> schematic, I use a standard resistor, which has two pins, 1 and 2.=C2=A0 Th= e<br> DPAK PCB footprint has pin 3, which is what gave me trouble.<br> </blockquote> <br> <br></span> I say, "There is no on-the-fly way to do that in the GUI."=C2=A0 = [John folds arms resolutely]<span class=3D""><br> <br> "It's handled like DJ said:"<br> <br> "treat the exposed pad like any other pin/pad, give it a<br> pinnumber (make one up) and expose it in the schematic symbol."<br> <br></span> Then connect in gschem and output a new netlist, or import from gschem.<br> <br> And now Stephan comes up with this!<span class=3D""><br> <br> "On 07/10/2018 05:33 PM, Stephan B=C3=B6ttcher wrote:<br> > The footprint has three pins, the schematic symbol only two.=C2=A0 Add= a net=3D<br> > attribute to the symbol instance to tell where the third pin shall<br> > connect to<br> ><br> >=C2=A0 =C2=A0 net=3DGND:3"<br> <br></span> Sounds like what you were wanting.<br> <br> <br> </blockquote></div><br></div> --000000000000a3cebc0570b8c35d--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |