[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-user: Copy of gschem and PCB structures
- To: geda-user@xxxxxxxxxxxxx
- Subject: gEDA-user: Copy of gschem and PCB structures
- From: John Luciani <jluciani@xxxxxxxxx>
- Date: Mon, 30 May 2005 20:52:00 -0400
- Delivered-to: archiver@seul.org
- Delivered-to: geda-user-outgoing@seul.org
- Delivered-to: geda-user@seul.org
- Delivery-date: Mon, 30 May 2005 20:50:35 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=lj8TmFxb/NXgMVi6NHPnhNDWkGcNQTjycGuCeANUCgbJAN/wvNVqhWR+3/vksgDlT7rGSOk6OPZGWWwHkQ8nUonPexXOIbUycNxyy8AIIz86+h6ANUCWVBkI3nZwsih0L0J7LxJ7+9wjQK43YcISA7zjFNT3Z/BV4ABwufGgOXk=
- Reply-to: geda-user@xxxxxxxx
- Sender: owner-geda-user@xxxxxxxx
I placed the scripts for copying schematic and PCB structures on
http://www.luciani.org
Also, there is a documentation file with an example that shows how to
make an electronic load (current sink) from multiple load-cells.
The scripts pcb-matrix and sch-matrix replicate PCB and schematic
structures by copying an input file to an output file multiple times
incrementing the (x,y) position of each copy. The copied structures
are arranged in a matrix as specified in a configuration file.
N.B. These scripts may not work for all layouts. I wrote sufficient
code to copy the schematic and PCB elements for one of my designs not
for all possible designs.
(* jcl *)