diff options
author | Rahul Paknikar | 2021-01-08 12:47:23 +0530 |
---|---|---|
committer | GitHub | 2021-01-08 12:47:23 +0530 |
commit | e6f48f5b1bf22a1d048b44ed4416b4315a461306 (patch) | |
tree | fd357549a236cdc652f0b6d2919beee0cee7faa5 /Windows/spice/examples/p-to-n-examples/op-test-adi.cir | |
parent | ac223c4a69c701ad0a247401acdc48b8b6b6dba6 (diff) | |
parent | 6b512cbf954273b0f21d3800d10a7ad42a759425 (diff) | |
download | eSim-e6f48f5b1bf22a1d048b44ed4416b4315a461306.tar.gz eSim-e6f48f5b1bf22a1d048b44ed4416b4315a461306.tar.bz2 eSim-e6f48f5b1bf22a1d048b44ed4416b4315a461306.zip |
Merge pull request #161 from rahulp13/installersi2.1
fixed key issue for ubuntu 20+; updated installers for windows os
Diffstat (limited to 'Windows/spice/examples/p-to-n-examples/op-test-adi.cir')
-rw-r--r-- | Windows/spice/examples/p-to-n-examples/op-test-adi.cir | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/Windows/spice/examples/p-to-n-examples/op-test-adi.cir b/Windows/spice/examples/p-to-n-examples/op-test-adi.cir deleted file mode 100644 index a82eca9a..00000000 --- a/Windows/spice/examples/p-to-n-examples/op-test-adi.cir +++ /dev/null @@ -1,40 +0,0 @@ -OpAmp Test - -vddp vp 0 15 -vddn vn 0 0 -voff off 0 -1 - -*vin in 0 0 - -.include ad22057n.lib - -* Node assignments -* non-inverting input -* | inverting input -* | | positive supply -* | | | negative supply -* | | | | A1 out -* | | | | | A2 in -* | | | | | | offset -* | | | | | | | output -* | | | | | | | | -*SUBCKT AD22057N 1 2 99 50 30 31 40 49 -Xopmap in 0 vp vn a1 a1 off outo AD22057N - -Rout outo a1 200k -Ca1 a1 0 500p - -.dc vin 0.1 0.2 0.01 - -vin in 0 DC 0 PULSE(0.1 0.2 200uS 200uS 200uS 5m 10m) -.tran 10u 10m - -.control -run -plot dc1.v(outo) vs dc1.v(in) -plot v(in) v(a1) v(outo) -.endc - - -.end - |