diameter | int |
x, y | int (center point) |
See also UL_SEGMENT
schematic(SCH) {
SCH.sheets(SH) {
SH.nets(N) {
N.segments(SEG) {
SEG.junctions(J) {
printf("Junction: (%f %f)\n", u2mm(J.x), u2mm(J.y));
}
}
}
}
}