grid | UL_GRID |
name | string |
Loop members
layers() | UL_LAYER |
libraries() | UL_LIBRARY |
nets() | UL_NET |
parts() | UL_PART |
sheets() | UL_SHEET |
See also UL_BOARD, UL_LIBRARY
Example
schematic(S) {
S.parts(P) printf("Part: %s\n", P.name);
}
Index | Copyright © 1999 CadSoft Computer GmbH |