File: Resistor.fp

package info (click to toggle)
pcb 20091103-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 21,568 kB
  • ctags: 13,286
  • sloc: ansic: 112,778; sh: 6,245; yacc: 5,035; pascal: 4,086; makefile: 1,425; perl: 560; lex: 432; awk: 158; tcl: 63; xml: 20
file content (11 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# line radius (LR) depicts offset to pads lines and pad "band width"
Element(0x00 "smd chip 1210" "" "Resistor" 0 0 0 25 0x00)
(
        Pad(10 10 10 90 20      "" 0x100)
        Pad(110 10 110 90 20      "" 0x100)
        ElementLine( 0  0 120  0 5)
        ElementLine(120  0 120 100 5)
        ElementLine(120 100  0 100 5)
        ElementLine( 0 100  0  0 5)
        Mark(60 50)
)