www.delorie.com/archives/browse.cgi | search |
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=mime-version:in-reply-to:references:date:message-id:subject:from:to | |
:content-type; | |
bh=YRU300phEB6i1YYDEwfmlN/EFpSNZuj4HNnITxw895I=; | |
b=hfR27h/A7wsYyPaNjCPewjv++YuCzv9IMccBZCyEyV04IHBmMWfS397XxZHzbMZFny | |
AJSqvh0+o2g2NchbD6I8W/CNmn9QUFcoDjFvYhDpss+45J0JHtSy5ugZcG1JofQv62rY | |
26K6yreCb6DFnyU0OlbNJZvMIeyZU5dF8Ft39V123g5yE0/aJjRrpeBNJ5mrfMr78Bra | |
Aw8iEIrJzsTjJbl3AjsJdJDUJTovuYKcnwsE6Zo8Hr2kITprO0ed9WP8RL2ldONNzc37 | |
dFEn7RnVIxVVZL156/eplj0+3DgBqocMyCbvs6qrzwjEZknlHc57u0cPU7d9ctm7pLhu | |
R5pg== | |
MIME-Version: | 1.0 |
X-Received: | by 10.43.7.10 with SMTP id om10mr25403icb.66.1404609217725; Sat, |
05 Jul 2014 18:13:37 -0700 (PDT) | |
In-Reply-To: | <CAAhxy3Bdr_T_bn_RUcvYwxjE8p_=asJBH1EVo9-A_v0UD9dNvA@mail.gmail.com> |
References: | <CAAhxy3CWuL058ih3DLy6v1ZxuccwUXEGFUC5YyaxW7EbJmdzrg AT mail DOT gmail DOT com> |
<CAAhxy3BMvsTPuYC9CL4xWr2dS1R=E1-2NG-mvmTJV_qXx_aigg AT mail DOT gmail DOT com> | |
<CAAhxy3Bdr_T_bn_RUcvYwxjE8p_=asJBH1EVo9-A_v0UD9dNvA AT mail DOT gmail DOT com> | |
Date: | Sat, 5 Jul 2014 21:13:37 -0400 |
Message-ID: | <CAAhxy3Dts0FoMBCzr4muhc7_mfmZVOJVtTymEvS995FEiHX8pw@mail.gmail.com> |
Subject: | [geda-help] Attrib editor |
From: | vattan <vatan DOT uml AT gmail DOT com> |
To: | "geda-help AT delorie DOT com" <geda-help AT delorie DOT com> |
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 |
--bcaec5101c0f788ded04fd7c114e Content-Type: text/plain; charset=UTF-8 Hey folks, quick question. In some screen caps of the attrib editor, there are 3 tabs at the bottom, one of which is nets. My installation (latest in arch) only has one tab for components. I am currently building latest from git in a vm, but im impatient (also 12kbs is slow) and am wondering are the tabs in latest, or were they buggy and redacted till the are further along? Also i am kind of curious if anyone has written any scripts for attrib promotion and addition. I want to do some standardiztion for my designs, but i am new to scripting and am not sure how tricky it would be. Basically i want all components to have one of two attribs. "Silk" or "silkauto" which represent what should be silked onto the pcb. If i dont manually assign a silk attrib in gschem, i want my script to copy refdes into silkauto, unless it is a connector, where it will copy in value to make my board more human friendly. I assume it is trivial in pcb to make it show a random attrib as the silkscreen. Using silkauto helps avoid stale values or overriding intentional ones. And i dont need to rely on refdes. I may not use the connector substitution but i will have the option to do that, as well as use a hierachry of other values as ideas pop into my head. Does that sound like a smart idea? I have very little experience with board design but i do know how important it is to set universal rules early on. Also dooes that sound like a hard idea to implement? Regexs herre i come i suspect. Thanks for any guidance --bcaec5101c0f788ded04fd7c114e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <p>Hey folks, quick question.=C2=A0 In some screen caps of the attrib edito= r, there are 3 tabs at the bottom, one of which is nets.=C2=A0 My installat= ion (latest in arch) only has one tab for components.=C2=A0 I am currently = building latest=C2=A0 from git in a vm, but im impatient (also 12kbs is slo= w) and am wondering are the tabs in latest, or were they buggy and redacted= till the are further along?</p> <p>Also i am kind of curious if anyone has written any scripts for attrib p= romotion and addition.=C2=A0 I want to do some standardiztion for my design= s, but i am new to scripting and am not sure how tricky it would be.=C2=A0 = Basically i want all components to have one of two attribs.=C2=A0 "Sil= k" or "silkauto" which represent what should be silked onto = the pcb.=C2=A0 If i dont manually assign a silk attrib in gschem,=C2=A0 i w= ant my script to copy refdes into silkauto, unless it is a connector, where= it will copy in value to make my board more human friendly.=C2=A0 I assume= it is trivial in pcb to make it show a random=C2=A0 attrib as the silkscre= en.=C2=A0 Using silkauto helps avoid stale values or overriding intentional= ones.=C2=A0 And i dont need to rely on refdes.=C2=A0 I may not use the con= nector substitution but i will have the option to do that, as well as use a= hierachry of other values as ideas pop into my head.</p> <p>Does that sound like a smart idea? I have very little=C2=A0 experience w= ith board design but i do know how important it is to set universal rules e= arly on.=C2=A0 Also dooes that sound like a hard idea to implement?=C2=A0 R= egexs herre i come i suspect.<br> Thanks for any guidance</p> --bcaec5101c0f788ded04fd7c114e--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |