See also UL_SIGNAL, UL_PINREF
Example
board(B) { B.signals(S) { printf("Signal '%s'\n", S.name); S.contactrefs(C) { printf("\t%s, %s\n", C.element.name, C.contact.name); } } }