EAGLE Help

UL_CONTACT


Data members

name string (CONTACT_NAME_LENGTH)
pad UL_PAD
signal string
smd UL_SMD
x, y int (center point)

Constants

CONTACT_NAME_LENGTH max. length of a contact name

See also UL_PACKAGE, UL_PAD, UL_SMD, UL_CONTACTREF, UL_PINREF

Example

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