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_models2_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_models2_ac.deck')
-rw-r--r-- | Windows/spice/examples/xspice/original-examples/analog_models2_ac.deck | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/Windows/spice/examples/xspice/original-examples/analog_models2_ac.deck b/Windows/spice/examples/xspice/original-examples/analog_models2_ac.deck deleted file mode 100644 index 0b450c80..00000000 --- a/Windows/spice/examples/xspice/original-examples/analog_models2_ac.deck +++ /dev/null @@ -1,66 +0,0 @@ -Code Model Test - Swept DC: int, d_dt, s_xfer, core, lcouple -* -* -*** analysis type *** -.ac dec 10 10 1000 -* -* -*** input sources *** -* -v1 1 0 1.0 AC 1.0 0.0 -* -* -*** integrator block *** -a1 1 10 int1 -.model int1 int (in_offset=0.0 gain=2.0 out_lower_limit=-1.0e6 -+ out_upper_limit=1.0e6 limit_range=1.0e-6 out_ic=0.0) -* -* -*** differentiator block *** -a2 1 20 d_dt1 -.model d_dt1 d_dt (out_offset=0.0 gain=1.0 out_lower_limit=-1.0e6 -+ out_upper_limit=1.0e6 limit_range=1.0e-6) -* -* -*** s_xfer block *** -a3 1 30 filter1 -.model filter1 s_xfer (in_offset=0.0 gain=1.0 num_coeff=[1.0] -+ den_coeff=[1.0 1.414214 1.0] int_ic=[0.0 0.0] -+ denormalized_freq=628.0) -* -* -* -*** magnetic core & inductive coupling *** -v40 45 46 0.0 -a4 40 45 core1 -.model core1 core (H_array=[-2.0 -1.0 1.0 2.0] -+ B_array=[-2.0 -1.0 1.0 2.0] -+ area=1.0 length=1.0 input_domain=1.0e-6 -+ fraction=TRUE mode=1 -+ in_low=-1.0 in_high=1.0 hyst=0.5 -+ out_lower_limit=-1.0 out_upper_limit=1.0) -* -* -r5 1 50 100.0 -a5 (50 0) (40 46) inductor1 -.model inductor1 lcouple (num_turns=10) -* -* -*** resistors to ground *** -r1 1 0 1k -* -r10 10 0 1e12 -r20 20 0 1e12 -r30 30 0 1e12 -r40 40 0 1e12 -r45 45 0 1e12 -r50 50 0 1e12 -* -* -.end - - - - - - |