area | UL_AREA |
name | string (SYMBOL_NAME_LENGTH) |
Loop members
arcs() | UL_ARC |
circles() | UL_CIRCLE |
rectangles() | UL_RECTANGLE |
pins() | UL_PIN |
polygons() | UL_POLYGON |
texts() | UL_TEXT |
wires() | UL_WIRE |
Constants
SYMBOL_NAME_LENGTH | max. length of a symbol name |
See also UL_GATE, UL_LIBRARY
Example
library(L) {
L.symbols(S) printf("Sym: %s\n", S.name);
}
Index | Copyright © 1999 CadSoft Computer GmbH |