diff options
author | Eyantra698Sumanto | 2023-07-24 14:11:37 +0530 |
---|---|---|
committer | Eyantra698Sumanto | 2023-07-24 14:11:37 +0530 |
commit | 2c21cbd5a422108f43f523f86a6fcb26e823acc1 (patch) | |
tree | a3e0ca86e086d14a9b0c3bea1608c1f801a7a991 /library/SubcircuitLibrary/LOG101/LOG101.cir | |
parent | 20172f5210207f88c0d665fcc14b3a06e6f02851 (diff) | |
download | eSim-2c21cbd5a422108f43f523f86a6fcb26e823acc1.tar.gz eSim-2c21cbd5a422108f43f523f86a6fcb26e823acc1.tar.bz2 eSim-2c21cbd5a422108f43f523f86a6fcb26e823acc1.zip |
LOG101 is a logarithmic amplifier
Diffstat (limited to 'library/SubcircuitLibrary/LOG101/LOG101.cir')
-rw-r--r-- | library/SubcircuitLibrary/LOG101/LOG101.cir | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/library/SubcircuitLibrary/LOG101/LOG101.cir b/library/SubcircuitLibrary/LOG101/LOG101.cir new file mode 100644 index 00000000..c570faa5 --- /dev/null +++ b/library/SubcircuitLibrary/LOG101/LOG101.cir @@ -0,0 +1,18 @@ +* C:\FOSSEE\eSim\library\SubcircuitLibrary\LOG101\LOG101.cir
+
+* EESchema Netlist Version 1.1 (Spice format) creation date: 02/23/23 15:07:29
+
+* To exclude a component from the Spice Netlist add [Spice_Netlist_Enabled] user FIELD set to: N
+* To reorder the component spice node sequence add [Spice_Node_Sequence] user FIELD and define sequence: 2,1,0
+
+* Sheet Name: /
+X1 ? Net-_Q1-Pad1_ GND V- ? Net-_Q1-Pad3_ V+ ? lm_741
+X2 ? Net-_C1-Pad2_ GND V- ? Net-_C1-Pad1_ V+ ? lm_741
+Q1 Net-_Q1-Pad1_ Net-_Q1-Pad2_ Net-_Q1-Pad3_ eSim_NPN
+C1 Net-_C1-Pad1_ Net-_C1-Pad2_ 100p
+R1 Net-_C1-Pad1_ Net-_Q1-Pad2_ 15.72k
+R2 Net-_Q1-Pad2_ GND 1k
+U1 Net-_C1-Pad2_ Net-_Q1-Pad1_ V+ V- GND Net-_C1-Pad1_ PORT
+Q2 Net-_C1-Pad2_ GND Net-_Q1-Pad3_ eSim_NPN
+
+.end
|