area | UL_AREA |
library | string |
name | string (SYMBOL_NAME_LENGTH) |
Loop members
circles() | UL_CIRCLE |
rectangles() | UL_RECTANGLE |
pins() | UL_PIN |
polygons() | UL_POLYGON |
texts() | UL_TEXT (see note) |
wires() | UL_WIRE |
Constants
SYMBOL_NAME_LENGTH | max. recommended length of a symbol name (used in formatted output only) |
See also UL_GATE, UL_LIBRARY
Note
If the UL_SYMBOL is derived from a UL_INSTANCE, the texts() member only loops through the non-smashed texts of that instance.
Example
library(L) { L.symbols(S) printf("Sym: %s\n", S.name); }
Index | Copyright © 2005 CadSoft Computer GmbH |