summaryrefslogtreecommitdiff
path: root/Examples/rc/rc.net
blob: 729480850319e8495901f97ac25b681a6b21b2fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
(export (version D)
  (design
    (source /home/fossee/Downloads/eSim-master/Examples/rc/rc.sch)
    (date "Mon Aug 17 11:44:10 2015")
    (tool "Eeschema 0.201508160901+6094~28~ubuntu14.04.1-product")
    (sheet (number 1) (name /) (tstamps /)
      (title_block
        (title)
        (company)
        (rev)
        (date)
        (source rc.sch)
        (comment (number 1) (value ""))
        (comment (number 2) (value ""))
        (comment (number 3) (value ""))
        (comment (number 4) (value "")))))
  (components
    (comp (ref R1)
      (value 1k)
      (libsource (lib device) (part R))
      (sheetpath (names /) (tstamps /))
      (tstamp 556C372A))
    (comp (ref C1)
      (value 1u)
      (libsource (lib device) (part C))
      (sheetpath (names /) (tstamps /))
      (tstamp 556C3744))
    (comp (ref v1)
      (value sine)
      (footprint R1)
      (libsource (lib eSim_Sources) (part sine))
      (sheetpath (names /) (tstamps /))
      (tstamp 556C37C5)))
  (libparts
    (libpart (lib device) (part R)
      (description Resistor)
      (footprints
        (fp R_*)
        (fp Resistor_*))
      (fields
        (field (name Reference) R)
        (field (name Value) R))
      (pins
        (pin (num 1) (name ~) (type passive))
        (pin (num 2) (name ~) (type passive))))
    (libpart (lib eSim_Sources) (part sine)
      (footprints
        (fp 1_pin))
      (fields
        (field (name Reference) v)
        (field (name Value) sine)
        (field (name Footprint) R1))
      (pins
        (pin (num 1) (name +) (type input))
        (pin (num 2) (name -) (type input))))
    (libpart (lib device) (part C)
      (description "Unpolarized capacitor")
      (footprints
        (fp C?)
        (fp C_????_*)
        (fp C_????)
        (fp SMD*_c)
        (fp Capacitor*))
      (fields
        (field (name Reference) C)
        (field (name Value) C))
      (pins
        (pin (num 1) (name ~) (type passive))
        (pin (num 2) (name ~) (type passive)))))
  (libraries
    (library (logical eSim_Sources)
      (uri /usr/share/kicad/library/eSim_Sources.lib))
    (library (logical device)
      (uri /usr/share/kicad/library/device.lib)))
  (nets
    (net (code 1) (name gnd)
      (node (ref C1) (pin 2))
      (node (ref v1) (pin 2)))
    (net (code 2) (name "Net-(C1-Pad1)")
      (node (ref R1) (pin 1))
      (node (ref C1) (pin 1)))
    (net (code 3) (name "Net-(R1-Pad2)")
      (node (ref v1) (pin 1))
      (node (ref R1) (pin 2)))))