name | string (SIGNAL_NAME_LENGTH) |
Loop members
contactrefs() | UL_CONTACTREF |
polygons() | UL_POLYGON |
vias() | UL_VIA |
wires() | UL_WIRE |
Constants
SIGNAL_NAME_LENGTH | max. length of a signal name |
See also UL_BOARD
Example
board(B) {
B.signals(S) printf("Signal: %s\n", S.name);
}
Index | Copyright © 1999 CadSoft Computer GmbH |