clearance | int |
drill | int |
name | string (see note) |
number | int |
width | int |
See also Design Rules, UL_NET, UL_SIGNAL, UL_SCHEMATIC, UL_BOARD
Note
If the name member returns an empty string, the net class is not defined and therefore not in use by any signal or net.
Example
board(B) { B.signals(S) { printf("%-10s %d %s\n", S.name, S.class.number, S.class.name); } }
Index | Copyright © 2005 CadSoft Computer GmbH |