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=tz/vHwMcNipAqcD1Rsuj72MCkCCEU63zRi6wS3Q8h/E=; b=CNsodhkM94PJzAebid3jsDByKgE+zh2Lbt/GHg8oudo2za+qM1nXaCdx5lm68qsvdm oVBnMNMer9hFDj/p8oh8WnPQowJd/+1eT+mc7T8QE4tOgaWv0Vc1Wy5vnGgIu5tLWOF+ 8KukKt96FsBP/p9Iyw31HPBmSyk4bGfXTROq3ZmnMlYEfqWtW2dlYT4dxqx+0uVH5cIS QymGEjWfK5ti+ZFwSSHv9YGVovCCaG3YgYn42YXntnrOuclCDhijYUH1zNV+FjLGziBu rT9iBVtiYabcXGtzvx6zC9557Bp31QOpNVXNYg3XtoBtpZ2tAI5BY8E/T03RR/CvfQkm jwoA== X-Received: by 10.195.13.200 with SMTP id fa8mr9410484wjd.9.1442077292231; Sat, 12 Sep 2015 10:01:32 -0700 (PDT) Date: Sat, 12 Sep 2015 19:01:30 +0200 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] Netnames on all connected segments Message-Id: <20150912190130.8e2dbad9f49bd700b19ef422@gmail.com> In-Reply-To: References: <20150912002643 DOT d476ca384a4a11ddda3b3a52 AT gmail DOT com> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 > > Would it be hard ta add the netname all connected segments then it is added or changed? > > I would have issues with this. One of the features I wanted to add to > gnetlist was the ability to output specific properties for parts of > nets. > (ex. trace width for PCB.) I also want. As is now connections are stored as lines and an attribute could be added to one of the lines, I guess it would be possible to achieve this with current file format although there may be a need split lines in two sometimes to form segments. What would be needed in gschem would a function to select all line segments belonging to a net and a function selecting all lines belonging to a segment which possibly also sometimes have to split a line in the middle to form a segment. Then an attribute is added or changed it will be attached to only one off the lines and then I guess it will work with gnetlist.