[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: symbol attributes
On Mon, 2008-09-08 at 19:41 +0200, Levente Kovacs wrote:
> Hi,
>
>
> I created a symbol with two attributes attached. When I place that
> symbol on my schematic, only one of them is listed in the attribute
> editor (with the ee command).
>
> How can I make gschem to copy all attributes along the symbol as it
> places it?
Only certain invisible attributes are promoted. This list is in the
gafrc file, for example, my system-gafrc:
; always-promote-attributes
;
; Set the list of attributes that are always promoted regardless of
; their visibility.
;
(always-promote-attributes "footprint device value model-name")
I haven't got the code up right now, and can't quite remember, but I
think all visible floating attributes are promoted by default. Only the
invisible ones listed in the above directive are promoted unless you
enable the following:
; promote-invisible string
;
; If attribute-promotion is enabled, then this controls if invisible floating
; attributes are promoted (attached to the outside of the component) if the
; text string is invisible. There are cases where it is undesirable, so the
; default is disabled.
;
;(promote-invisible "enabled")
(promote-invisible "disabled")
Best wishes,
--
Peter Clifton
Electrical Engineering Division,
Engineering Department,
University of Cambridge,
9, JJ Thomson Avenue,
Cambridge
CB3 0FA
Tel: +44 (0)7729 980173 - (No signal in the lab!)
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user