airwireshidden | int |
class | UL_CLASS |
name | string (SIGNAL_NAME_LENGTH) |
contactrefs() | UL_CONTACTREF |
polypours() | UL_POLYPOUR |
vias() | UL_VIA |
wires() | UL_WIRE |
See also UL_BOARD
SIGNAL_NAME_LENGTH | max. recommended length of a signal name (used in formatted output only) |
board(B) {
B.signals(S) printf("Signal: %s\n", S.name);
}