delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2020/10/10/04:23:38

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=date:from:to:subject:message-id:in-reply-to:references:mime-version
:content-transfer-encoding;
bh=0KX/UT+kst9rlarLaM/mPcII3jc+YrYMEkAwnwntcu8=;
b=Gt7GVGOWFtt8sbSJqb4GFWGMp+7Xg17bSVc+fS/8n0oreM1YGRISJp2tXIvmn3gFkx
7l+NeKJW6WSmQqvr/UA6DQI7VBBdHxUAlA6KBI69NpKY3eDGyUgqj1FbXbyJWSwVN3u+
h/t5wvZEm5c/M/rtGhyHeikEsLmTitiAe9om1YAU19USGqIRI1n+rZtjyPZOb9jIDv3u
KFS3dwfSGvoi0IVvWlkKmmjJVksE+AFT75B6wJAeB5YCij47QxwGDBupvF9zmVF39YiU
1lz4fQAlU3gKulH3yb0lCnsL6aVc5i5DewQwtLj8+ZKbB1qnCN2suikVs+b48Eydst0z
Z9kQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to
:references:mime-version:content-transfer-encoding;
bh=0KX/UT+kst9rlarLaM/mPcII3jc+YrYMEkAwnwntcu8=;
b=XKNfLVM79spQNeffcJWg1KNvRo7pyu0jppHWQo6ZtSeSqu+V6vNnIchryknv/BLJpi
QpAAaXqwI1RnmetBcjYNDI+URDCpwhJM6Rjl/GWZ9hPd4F1rKXUmnG8MAsaNL7hqRbQB
g/ijpe6QjGyU8q2+qzBBggHGaWKjB0KYtD+VczEUv7bFwmahKsTvs0MUfYVgyDIGCNDi
z4wKWbwWjXipK+1rINs0MdhGm8yFNi/lXBSaVRjnnFM/F/WaVLfLtf+yui+HtT4ZFE9s
4LgSfNJsMA0oD+NE5J7TvGcYKUgU0Jk4Yv1dzcVmtYGuSNtDTXSdpzTjiermKoZJEPBa
Vb7g==
X-Gm-Message-State: AOAM533BgQeU5J82m1JSv+xgOKRqi34gOc3lDG7smwjTLrDZeV7kVy7l
3uKS+g7TmdFpoK5+kOlCL0lqIkowsm2hLg==
X-Google-Smtp-Source: ABdhPJwtmnEY+3MsHQD0cuo1rZmoAKObZsJMmAP/6LXgdyxhHBwSAfxG7rVoGvf1mnbX4IiyMMWvog==
X-Received: by 2002:a05:6512:1089:: with SMTP id j9mr5058886lfg.88.1602317072378;
Sat, 10 Oct 2020 01:04:32 -0700 (PDT)
Date: Sat, 10 Oct 2020 10:04:30 +0200
From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
To: geda-user AT delorie DOT com
Subject: Re: [geda-user] how to pass extra attributes from gschem to pcb,
attibutes on nets
Message-Id: <20201010100430.3f0bd4f61582559a1d9999d0@gmail.com>
In-Reply-To: <CAC4O8c-w=TaSQPbedr8nnoNBoOed6zywhfNv9-TD+_wy0w5r1g@mail.gmail.com>
References: <CAC4O8c9gZrEbte5fDSFDfV8QLPzUX4hhX4NaTkccDUtv8mwNUw AT mail DOT gmail DOT com>
<alpine DOT DEB DOT 2 DOT 21 DOT 2009261440060 DOT 21624 AT nimbus>
<CAC4O8c-w=TaSQPbedr8nnoNBoOed6zywhfNv9-TD+_wy0w5r1g AT mail DOT gmail DOT com>
X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu)
Mime-Version: 1.0
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

Think attributes on nets are missing. Is needed for trace width and to assign voltage class to implement clearance values between nets.


> On Sat, Sep 26, 2020 at 5:29 AM Roland Lutz <rlutz AT hedmen DOT org> wrote:
> >
> > Hi Britton,
> >
> > On Fri, 25 Sep 2020, Britton Kerin (britton DOT kerin AT gmail DOT com) [via
> > geda-user AT delorie DOT com] wrote:
> > > I know how to attach attributes in gschem and pcb (e.g. in pcb by
> > > selecting element then doing :Attributes(Element)).  Is there a way to
> > > set an attributes in gschem st File->Import Schematics in pcb will
> > > automatically produce an element with an Attribute line (e.g.
> > > Attribute("in_current_build" "no")) like what the pcb
> > > :Attributes(Element) command produces?
> >
> > there is no explicit way to do this, but you can edit the list of exported
> > attributes in the `pcbfwd' backend to include arbitrary attribute names.
> >
> > By default, the following attributes are exported to PCB:
> >    - device
> >    - manufacturer
> >    - manufacturer_part_number
> >    - vendor
> >    - vendor_part_number
> 
> How would people feeling about adding something like misc or
> user_attribute_string (or something) to the list?  It
> seems wrong to stuff misc. items in these specifically names things,
> and a single user-supplied string would work
> for my case at least.
> 
> Britton

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019