3 ob-spice is now being maintained at https://repo.or.cz/ob-spice.
5 This package was originally written by [[https://github.com/tiagoweber][Tiago Weber]].
6 You can find more (potentially outdated) information by him about
7 this package [[http://tiagoweber.github.io/blog/entry1.html][here]]
8 and [[http://tiagoweber.github.io/blog/entry4.html][here]].
15 ,#+BEGIN_SRC spice :results drawer :exports both :var file="data/images/spice-example"
16 ,*Virtual Ground Test: opamp gain = 1000
17 vin in 0 dc 0V sin(0 0.1 100Hz)
20 EOpamp out 0 0 inn 1000
23 .meas tran vtest find v(in) at=0.04e-3
27 set gnuplot_terminal=png
28 gnuplot $file v(in) v(out) v(inn)
34 ,#+ATTR_HTML: :width 600px
35 [[file:./data/images/spice-example.png]]