X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Mon, 19 Dec 2011 11:20:32 -0500 Message-Id: <201112191620.pBJGKWDc011652@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: <1324303308.10483.23.camel@localhost> (message from Johannes Deutsch on Mon, 19 Dec 2011 15:01:48 +0100) Subject: Re: [geda-user] loading element from library into buffer References: <1324303308 DOT 10483 DOT 23 DOT camel AT localhost> 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 > To be more precise i want to create a LED-Matrix from a action-script > and netlist created by a perl-script. But i can't find the pcb command > that loads an element from the library into the paste buffer. You can load an element from a file with: {"Load element data to paste-buffer" PasteBuffer(Clear) Load(ElementTobuffer)} The with-file version is LoadFrom instead of Load: LoadFrom(ElementToBuffer,myfootprint.fp) To load a footprint from the library, you can use LoadFootprint: LoadFootprint(filename[,refdes,value])