name | string (CONTACT_NAME_LENGTH) |
pad | UL_PAD |
signal | string |
smd | UL_SMD |
x, y | int (center point, see note) |
Constants
CONTACT_NAME_LENGTH | max. recommended length of a contact name (used in formatted output only) |
See also UL_PACKAGE, UL_PAD, UL_SMD, UL_CONTACTREF, UL_PINREF
Note
The coordinates (x, y) of the contact depend on the context in which it is called:
Example
library(L) { L.packages(PAC) { PAC.contacts(C) { printf("Contact: '%s', (%d %d)\n", C.name, C.x, C.y); } } }
Index | Copyright © 2005 CadSoft Computer GmbH |