name | string (CONTACT_NAME_LENGTH) |
pad | UL_PAD |
signal | string |
smd | UL_SMD |
x, y | int (Mittelpunkt) |
Konstanten
CONTACT_NAME_LENGTH | max. Länge eines "Contact"-Namens |
Siehe auch UL_PACKAGE, UL_PAD, UL_SMD, UL_CONTACTREF, UL_PINREF
Beispiel
library(L) {
L.packages(PAC) {
PAC.contacts(C) {
printf("Contact: '%s', (%d %d)\n",
C.name, C.x, C.y);
}
}
}
Index | Copyright © 1999 CadSoft Computer GmbH |