grid | UL_GRID |
name | string (LIBRARY_NAME_LENGTH) |
Loop members
devices() | UL_DEVICE |
layers() | UL_LAYER |
packages() | UL_PACKAGE |
symbols() | UL_SYMBOL |
Constants
LIBRARY_NAME_LENGTH | max. length of a library name (only for libraries used in a board or a schematic!) |
See also UL_BOARD, UL_SCHEMATIC
Example
library(L) {
L.devices(D) printf("Dev: %s\n", D.name);
L.packages(P) printf("Pac: %s\n", P.name);
L.symbols(S) printf("Sym: %s\n", S.name);
}
schematic(S) {
S.libraries(L) printf("Library: %s\n", L.name);
}
Index | Copyright © 1999 CadSoft Computer GmbH |