EAGLE Help Light

UL_CLASS

Data members

clearance int
drill int
name string (see Note)
number int
width int

Viz také Design Rules, UL_NET, UL_SIGNAL, UL_SCHEMATIC, UL_BOARD

Note

If the name member returns an empty string, the net class is not defined and therefore not in use by any signal or net.

Příklad


board(B) {
  B.signals(S) {
    printf("%-10s %d %s\n", S.name, S.class.number, S.class.name);
    }
  }


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