3 This source code is from [[https://github.com/tiagoweber][tiagoweber]].
5 - The first version is from [[http://tiagoweber.github.io/blog/entry1.html][here]].
6 - The second version is from [[http://tiagoweber.github.io/blog/entry4.html][here]].
10 I put it in Org-mode contrib/ now.
17 ,#+BEGIN_SRC spice :results drawer :exports both :var file="data/images/spice-example"
18 ,*Virtual Ground Test: opamp gain = 1000
19 vin in 0 dc 0V sin(0 0.1 100Hz)
22 EOpamp out 0 0 inn 1000
25 .meas tran vtest find v(in) at=0.04e-3
29 set gnuplot_terminal=png
30 gnuplot $file v(in) v(out) v(inn)
36 ,#+ATTR_HTML: :width 600px
37 [[file:./data/images/spice-example.png]]