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=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=j21ylEfu1KW+u6+tLmfWZxGX/GKhLskkwdnUF7A7G8s=; b=flC9JiIT65+fxuiT6wO7ZugLvHkFFTgCxcrjfD+HLizUABFDxtVYBkzkyefvp2wMG+ LAw7a7QzFRjc/3+qQV0LbpJWncXBKOrBKh0gRiKX+BR+C31VOc/vSj+bsFnAobEVC17d tRWJPuw2mPM2kS8hir8oERkfBgAydUN7hCLrdlCZXikdY4DYGdd5I5Cddw7fw/XA6P/h lZG9r+Ytyli/JYTBj6R4b6IToprU47spZMIiSuXWWEp82lc2Yw/J9qL2enqZ8spDhmLn dpNyccOuEa7JIMxvK7DS3EG0xhDvW12ToVLZb+/LRarCmCuIzm3+FgK0MMfF8hX3G2F4 o/Bg== X-Received: by 10.194.236.38 with SMTP id ur6mr15437405wjc.13.1450625532970; Sun, 20 Dec 2015 07:32:12 -0800 (PST) Date: Sun, 20 Dec 2015 16:32:08 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] was XML file format (parametric sheets, sub circuits) Message-Id: <20151220163208.1eb958feaaf024a483526fab@gmail.com> In-Reply-To: <20151220133436.0B120809D791@turkos.aspodata.se> References: <20151220120219 DOT c4644eef1a65b0eb2fb60d76 AT gmail DOT com> <20151220122659 DOT 378AF809D791 AT turkos DOT aspodata DOT se> <20151220120219 DOT c4644eef1a65b0eb2fb60d76 AT gmail DOT com> <20151220125839 DOT 10228 DOT qmail AT stuge DOT se> <20151220133436 DOT 0B120809D791 AT turkos DOT aspodata DOT se> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id tBKFWHsk011111 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 > I'd like to be able to do, gschem: > > . give parameters to subsheets, like > output is to be 12V select suitable resistor devider > this filter has this freq., select suitable components > > there should be no reason that I must copy the sheet and exchange a few > small values It would definitely make sense for filters and others with parameters but how to implement something easy to understand and use i have no idea. > Pcb: > > . make theese things a group > set values (e.g. refdes) from paramaters > move everything in the group as one, like it remebers selections Yes sub circuits or sub layouts make sense. What would be needed is a selector to select to which sub layout added objects will belong, default sub layouts would probably be sub sheets. Then they belong to a sub layout they could be selected and moved or replaced with a modified copy. I have made two circuits boards there I copied and reused same layout data the last months. I think a selector to select sub layout would be rather simple to implement although I looked into file format and do not think it is possible to add the necessary information to objects or list of objects without a change of file format. > this track has with = width of another track > this track has constant distance to another track from here to there > width of track = current2width(2A); > track_parameters = impedance2track(50Ohm); To calculate clearance from net maximum voltages and width from net or segment maximum current would be useful. A first step is to get values into pcb and then values or route style could be selected from these values then adding a connection. > Aspö Data > Lilla Aspö 148 > S-742 94 Östhammar > Sweden > +46 173 140 57 Nicklas Karlsson