EAGLE Help

UL_JUNCTION


Data members

diameter int
x, y int (center point)

See also UL_SEGMENT

Example

schematic(SCH) {
  SCH.sheets(SH) {
    SH.nets(N) {
      N.segments(SEG) {
        SEG.junctions(J) {
          printf("Junction: (%d %d)\n", J.x, J.y);
          }
        }
      }
    }
  }

Index Copyright © 2005 CadSoft Computer GmbH