diff options
author | fpi | 2018-04-11 17:35:52 +0200 |
---|---|---|
committer | fpi | 2018-04-11 17:35:52 +0200 |
commit | be4f9e18ae4a296ec54028e672b952ce64bf79bc (patch) | |
tree | 234da33c1d955c54a4e25cd934fa35361785cb70 | |
parent | Moved to develop in .org file (diff) |
Expanded tests
-rw-r--r-- | ob-spice.org | 34 |
1 files changed, 30 insertions, 4 deletions
diff --git a/ob-spice.org b/ob-spice.org index 09ae92f..3bc50d6 100644 --- a/ob-spice.org +++ b/ob-spice.org @@ -199,11 +199,15 @@ Access with ~$x[0]~ or ~$x[2-len]~. #+END_SRC * Tests -#+BEGIN_SRC spice-exp :var x="4" :session - +#+BEGIN_SRC spice-exp :var x="4" :session spicetest :no-source yes +echo "Hello World" #+END_SRC -#+BEGIN_SRC spice-exp :var file="/tmp/spice_test" :results drawer - *Time Constant Measurement + +#+RESULTS: +: Hello World + +#+BEGIN_SRC spice-exp :var file="/tmp/spice_test" :results drawer :session spicetest + ,*Time Constant Measurement r1 1 0 10k c1 1 0 1p @@ -225,4 +229,26 @@ Access with ~$x[0]~ or ~$x[2-len]~. #+RESULTS: :RESULTS: + +Circuit: *time constant measurement + +Doing analysis at TEMP = 27.000000 and TNOM = 27.000000 + + +Initial Transient Solution +-------------------------- + +Node Voltage +---- ------- +1 1 + + + +No. of Data Rows : 108 +value_at_tau = 3.679797e-01 +value_at_five_tau = 6.717322e-03 +Error: file.txt: no such variable. +Error: missing name for output. +Error: file.txt: no such variable. +Error: missing name for output. :END: |