lepton-tragesym(1) | 1.9.18.20220529 | lepton-tragesym(1) |
lepton-tragesym - create Lepton EDA symbols from structured text files
lepton-tragesym SOURCE-FILE SYMBOL-FILE
lepton-tragesym creates lepton-schematic symbols from structured text files.
lepton-tragesym can:
Source file is a text file consisting of three sections:
• [geda_attr]
• [options]
• [pins]
Section name should be enclosed in square brackets.
Empty lines, lines consisting of whitespaces only, as well as lines beginning with the character '#' (comments) are silently ignored.
The section contains export settings. The following settings are supported:
The boolean values are specified in the source file by the words “yes” or “on” meaning TRUE and “no” or “off” meaning FALSE.
The section contains the list of Lepton symbol attributes (“name=value” pairs) which you would want to see in the symbol file. The attribute names may be separated by the equal or tabulation character (“=” or “\t”). The tab separator is supported for convenient export from spreadsheet programs.
The section contains the description of symbol pins to be made, one pin per line. The pin description consists of seven tab separated fields, any of which may contain empty value (no character between tabs). The fields define the following pin attributes and properties:
There is a tutorial on the use of tragesym, the predecessor of lepton-tragesym, at:
The initial Python script has been written by Werner Hoch <werner.ho@gmx.de>. The program has been rewritten almost from scratch in Scheme by Vladimir Zhbanov <vzhbanov@gmail.com>.
Copyright © 2012-2017 gEDA Contributors. Copyright © 2019-2022 Lepton EDA Contributors. License GPLv2+: GNU GPL version 2 or later. Please see the `COPYING' file included with this program for full details.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
May 29, 2022 | Lepton EDA |