X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user 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=ob1pAOJZQ9oJZikww0deqNnKxArD2HPNwhbEgwplj0k=; b=F4x4E4ONLJbi7dZozVUHXb+7LPJEpnRJ6cqumIAUG2iDpfvMH1c3ylECeWpcYLEHrn c1K8Bl8FNl1RJIeoGUUH1njTeEzaeM+ydk3qjnGSWmixFzdUn03sbGN/b0c5biKxmClS prdivPdqor0gVWwUK8AA9mKAPITYiHB73LA0U2Fe7ePqxBRxyCvg6kuix6MbyyCoxqNt uohKdcU23DPJ+dH0Y7e0Xih8CGaVWqJRVroaGBQC6jiXAzJhJ6OO5gSOdVPRIgycfS+9 ejohtJtOlZa3wGEE38yuY14V6accoqM+b3TjcIx5u6s9eAyO4zzcajOzgMvW+MoWb03j SYhA== MIME-Version: 1.0 X-Received: by 10.202.69.212 with SMTP id s203mr11706541oia.70.1430183036227; Mon, 27 Apr 2015 18:03:56 -0700 (PDT) In-Reply-To: <201504280012.t3S0C79k020737@envy.delorie.com> References: <201504280012 DOT t3S0C79k020737 AT envy DOT delorie DOT com> Date: Mon, 27 Apr 2015 21:03:56 -0400 Message-ID: Subject: Re: [geda-user] PCB, how to prepopulate with components from netlist? From: Jason White To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 Thanks, that did the trick. If I invest the time to finish my conversion script I will share it here. On Mon, Apr 27, 2015 at 8:12 PM, DJ Delorie wrote: > >> I know how to translate the file into the PCB netlist format, but I do >> not know how one would get pcb to populate a design file with parts >> given just the refdes and the footprint name/string. > > I don't know if anyone has done this (likely though) but what you need > is something that converts the orcad footprint list to a PCB action > script that loads the footprints. Note that gschem uses an action > script for this purpose too. The script consist of calls to the > elementlist() action (documented in Appendix G) to define a set of > elements that "should be on the layout" - causing pcb to load them all > the first time since the layout is empty. > > Note that you can use the "make" version of Import() to call your > orcad to action-script converter, which let's pcb's File->Import pull > from orcad :-) -- Jason White