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/xspice/original-examples/analog_models1_ac.deck | |
parent | ac223c4a69c701ad0a247401acdc48b8b6b6dba6 (diff) | |
parent | 6b512cbf954273b0f21d3800d10a7ad42a759425 (diff) | |
download | eSim-i2.1.tar.gz eSim-i2.1.tar.bz2 eSim-i2.1.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/xspice/original-examples/analog_models1_ac.deck')
-rw-r--r-- | Windows/spice/examples/xspice/original-examples/analog_models1_ac.deck | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/Windows/spice/examples/xspice/original-examples/analog_models1_ac.deck b/Windows/spice/examples/xspice/original-examples/analog_models1_ac.deck deleted file mode 100644 index 6467c2bd..00000000 --- a/Windows/spice/examples/xspice/original-examples/analog_models1_ac.deck +++ /dev/null @@ -1,67 +0,0 @@ -Code Model Test - AC: gain, summer, mult, divide, pwl -* -* -*** analysis type *** -.ac dec 10 10 1000 -* -*** input sources *** -* -v1 1 0 1.0 AC 1.0 0.0 -* -v2 2 0 1.0 AC 1.0 0.0 -* -v3 3 0 DC 2.0 -* -v4 4 0 0.5 AC 0.5 0.0 -* -*** gain block *** -a1 1 10 gain1 -.model gain1 gain (in_offset=0.0 gain=2.0 out_offset=0.0) -* -* -*** summer block *** -a2 [1 2] 20 summer1 -.model summer1 summer (in_offset=[0.0 0.0] in_gain=[1.0 1.0] -+ out_gain=1.0 out_offset=0.0) -* -* -*** mult block *** -a3 [1 3] 30 mult1 -.model mult1 mult (in_offset=[0.0 0.0] in_gain=[1.0 1.0] -+ out_gain=1.0 out_offset=0.0) -* -* -*** divider block *** -a4 1 3 40 divide1 -.model divide1 divide (num_offset=0.0 num_gain=1.0 den_offset=0.0 den_gain=1.0 -+ den_lower_limit=1.0e-10 den_domain=1.0e-16 -+ fraction=false out_gain=1.0 out_offset=0.0) -* -* -*** pwl block *** -a5 4 50 pwl1 -.model pwl1 pwl (x_array=[-1.0 0.0 1.0 2.0 3.0 4.0 5.0] -+ y_array=[-1.0 0.0 1.0 4.0 4.5 5.0 5.0] -+ input_domain=0.01 fraction=TRUE) -* -* -*** resistors to ground *** -r1 1 0 1k -r2 2 0 1k -r3 3 0 1k -r4 4 0 1k -* -r10 10 0 1k -r20 20 0 1k -r30 30 0 1k -r40 40 0 1k -r50 50 0 1k -* -* -.end - - - - - - |