summaryrefslogtreecommitdiff
path: root/Examples/rc/rc.net
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/rc/rc.net')
-rw-r--r--Examples/rc/rc.net84
1 files changed, 84 insertions, 0 deletions
diff --git a/Examples/rc/rc.net b/Examples/rc/rc.net
new file mode 100644
index 00000000..72948085
--- /dev/null
+++ b/Examples/rc/rc.net
@@ -0,0 +1,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))))) \ No newline at end of file