DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 45CB4lMh3513037 X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 45CB4kuQ3513020 X-Recipient: geda-help AT delorie DOT com X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7+dev X-Exmh-Isig-CompType: repl X-Exmh-Isig-Folder: inbox From: "karl AT aspodata DOT se [via geda-help AT delorie DOT com]" To: geda-help AT delorie DOT com Subject: Re: [geda-help] gschem: open symbol did not show any attribute In-reply-to: References: Comments: In-reply-to "Klaus Rudolph (lts-rudolph AT gmx DOT de) [via geda-help AT delorie DOT com]" message dated "Wed, 12 Jun 2024 12:25:28 +0200." Mime-Version: 1.0 Content-Type: text/plain Message-Id: <20240612110434.153A881AB8C2@turkos.aspodata.se> Date: Wed, 12 Jun 2024 13:04:34 +0200 (CEST) X-Virus-Scanned: ClamAV using ClamSMTP Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk ... > It has attributes but non of them is shown. If I add new ones I see > them. What did I wrong? ... You have to set the text visibility to 1, so instead of: T 400 0 5 10 0 0 90 0 1 pintype=io use: T 400 0 5 10 1 0 90 0 1 pintype=io /// Each text line has the following format: T x y color size visibility show_name_value angle alignment num_lines The visibility field is an enumerated type: INVISIBLE = 0 VISIBLE = 1 So to have the text (or attribute) visible, the 6th paramter needs to be "1". See "gEDA/gaf File Format Document" somewhere at wiki.geda-project.org (seems to be down for the moment), for more details. Regards, /Karl Hammar