diff options
author | Sumanto Kar | 2024-09-13 00:56:30 +0530 |
---|---|---|
committer | GitHub | 2024-09-13 00:56:30 +0530 |
commit | 681978c7ce1aedee54b0ce6601b789edca226395 (patch) | |
tree | fc4b37265699872bd87d9119e5334e9812a86f16 /library/SubcircuitLibrary/MC1496_IC1/MC1496_IC1.cir.out | |
parent | 5f80292f451abd9c96849a277ec46670cd1446bc (diff) | |
parent | 044059f99adcc13c41252126c12cc6f7bbed6b5f (diff) | |
download | eSim-681978c7ce1aedee54b0ce6601b789edca226395.tar.gz eSim-681978c7ce1aedee54b0ce6601b789edca226395.tar.bz2 eSim-681978c7ce1aedee54b0ce6601b789edca226395.zip |
Merge pull request #279 from AdityaMino/Aditya-Minocha
Subcircuit Files of ICs(Contributor: Aditya Minocha)
Diffstat (limited to 'library/SubcircuitLibrary/MC1496_IC1/MC1496_IC1.cir.out')
-rw-r--r-- | library/SubcircuitLibrary/MC1496_IC1/MC1496_IC1.cir.out | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/library/SubcircuitLibrary/MC1496_IC1/MC1496_IC1.cir.out b/library/SubcircuitLibrary/MC1496_IC1/MC1496_IC1.cir.out new file mode 100644 index 00000000..9d0355dc --- /dev/null +++ b/library/SubcircuitLibrary/MC1496_IC1/MC1496_IC1.cir.out @@ -0,0 +1,43 @@ +* c:\users\aditya\esim-workspace\mc1496_ic1\mc1496_ic1.cir
+
+.include MC1496IC1.sub
+x1 sig net-_r7-pad1_ net-_r7-pad2_ net-_r2-pad1_ net-_u5-pad1_ out_p ? net-_c3-pad2_ ? net-_c2-pad2_ ? out_n ? net-_x1-pad14_ MC1496IC1
+r7 net-_r7-pad1_ net-_r7-pad2_ 1k
+r9 net-_c2-pad2_ net-_c3-pad2_ 51
+r10 net-_c3-pad2_ gnd 1k
+r11 net-_c4-pad2_ net-_c3-pad2_ 1k
+r2 net-_r2-pad1_ net-_c1-pad1_ 10k
+r1 sig net-_c1-pad1_ 10k
+r3 sig gnd 51
+r6 net-_r2-pad1_ gnd 51
+r8 net-_r8-pad1_ gnd 6.8k
+r4 out_p net-_c4-pad2_ 3.9k
+r5 net-_c4-pad2_ out_n 3.9k
+v3 net-_c4-pad2_ gnd dc 12
+v2 net-_x1-pad14_ gnd dc -8
+v1 sig gnd sine(0 0.7 50 0 0)
+v4 car gnd sine(0 3 1k 0 0)
+* u4 car plot_v1
+* u1 sig plot_v1
+* u2 out_p plot_v1
+* u3 out_n plot_v1
+c1 net-_c1-pad1_ gnd 0.47u
+c2 car net-_c2-pad2_ 0.1u
+c3 gnd net-_c3-pad2_ 0.1u
+c4 gnd net-_c4-pad2_ 2.47u
+* u5 net-_u5-pad1_ net-_r8-pad1_ plot_i2
+v_u5 net-_u5-pad1_ net-_r8-pad1_ 0
+.tran 0.01e-03 40e-03 0e-03
+
+* Control Statements
+.control
+run
+print allv > plot_data_v.txt
+print alli > plot_data_i.txt
+plot v(car)
+plot v(sig)
+plot v(out_p)
+plot v(out_n)
+plot i(v_u5)
+.endc
+.end
|