X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Sat, 26 Sep 2020 14:51:08 +0200 (CEST) From: Roland Lutz To: "Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] how to pass extra attributes from gschem to pcb In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed 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 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 Roland