EAGLE Help Light

UL_CONTACT

Data members

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)

Viz také 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:

Příklad


library(L) {
  L.packages(PAC) {
    PAC.contacts(C) {
      printf("Contact: '%s', (%d %d)\n",
             C.name, C.x, C.y);
      }
    }
  }


OBSAH Translation © 2001 ELCAD v.o.s., Copyright © 2001 CadSoft Computer GmbH