diff options
author | Sumanto Kar | 2023-07-24 14:18:49 +0530 |
---|---|---|
committer | GitHub | 2023-07-24 14:18:49 +0530 |
commit | 6ed8da81610585fc6780dd610857415a06ae643b (patch) | |
tree | a3e0ca86e086d14a9b0c3bea1608c1f801a7a991 /library/SubcircuitLibrary/IC_INA823/IC_INA823.cir.out | |
parent | 373add9a93e4c51c4f654ccd493ccb385af158b1 (diff) | |
parent | 2c21cbd5a422108f43f523f86a6fcb26e823acc1 (diff) | |
download | eSim-6ed8da81610585fc6780dd610857415a06ae643b.tar.gz eSim-6ed8da81610585fc6780dd610857415a06ae643b.tar.bz2 eSim-6ed8da81610585fc6780dd610857415a06ae643b.zip |
Merge pull request #263 from Eyantra698Sumanto/master
Subckt files for different ICs by Hrittika Ghosh
Diffstat (limited to 'library/SubcircuitLibrary/IC_INA823/IC_INA823.cir.out')
-rw-r--r-- | library/SubcircuitLibrary/IC_INA823/IC_INA823.cir.out | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/library/SubcircuitLibrary/IC_INA823/IC_INA823.cir.out b/library/SubcircuitLibrary/IC_INA823/IC_INA823.cir.out new file mode 100644 index 00000000..bccc31c2 --- /dev/null +++ b/library/SubcircuitLibrary/IC_INA823/IC_INA823.cir.out @@ -0,0 +1,22 @@ +* c:\fossee\esim\library\subcircuitlibrary\ic_ina823\ic_ina823.cir
+
+.include lm_741.sub
+x2 ? net-_r1-pad1_ net-_u1-pad1_ v- ? net-_r1-pad2_ v+ ? lm_741
+x1 ? net-_r2-pad1_ net-_u1-pad4_ v- ? net-_r2-pad2_ v+ ? lm_741
+x3 ? net-_r4-pad2_ net-_r3-pad2_ v- ? net-_r6-pad2_ v+ ? lm_741
+r2 net-_r2-pad1_ net-_r2-pad2_ 50k
+r1 net-_r1-pad1_ net-_r1-pad2_ 50k
+r4 net-_r1-pad2_ net-_r4-pad2_ 50k
+r3 net-_r2-pad2_ net-_r3-pad2_ 50k
+r6 net-_r4-pad2_ net-_r6-pad2_ 50k
+r5 net-_r3-pad2_ net-_r5-pad2_ 50k
+* u1 net-_u1-pad1_ net-_r1-pad1_ net-_r2-pad1_ net-_u1-pad4_ v+ net-_r5-pad2_ v- net-_r6-pad2_ port
+.tran 0e-00 0e-00 0e-00
+
+* Control Statements
+.control
+run
+print allv > plot_data_v.txt
+print alli > plot_data_i.txt
+.endc
+.end
|