EAGLE Help

UL_TEXT


Data members

angle real (0.0...359.9°)
layer int
mirror int
ratio int
size int
value string
x, y int (Aufhängepunkt)

Loop members

wires() UL_WIRE

Siehe auch UL_BOARD, UL_PACKAGE, UL_SHEET, UL_SYMBOL

Beispiel

board(B) {
  B.texts(T) {
    printf("Text: %s\n", T.value);
    }
  }

Index Copyright © 1999 CadSoft Computer GmbH