diff options
author | rahulp13 | 2020-02-14 15:16:35 +0530 |
---|---|---|
committer | rahulp13 | 2020-02-14 15:16:35 +0530 |
commit | cb55e59de7ee4383c04edfae7c39ad9ae9552b36 (patch) | |
tree | de1b292a10e8196689bf1a208fe6fe32f4618846 /Examples/UJT_Relaxation_Oscillator/UJT_Relaxation_Oscillator.cir | |
parent | 08d4a0336550a0e610709970a0c5d366e109fe82 (diff) | |
download | eSim-cb55e59de7ee4383c04edfae7c39ad9ae9552b36.tar.gz eSim-cb55e59de7ee4383c04edfae7c39ad9ae9552b36.tar.bz2 eSim-cb55e59de7ee4383c04edfae7c39ad9ae9552b36.zip |
common code for Win and Linux, merged py2 changes
Diffstat (limited to 'Examples/UJT_Relaxation_Oscillator/UJT_Relaxation_Oscillator.cir')
-rw-r--r-- | Examples/UJT_Relaxation_Oscillator/UJT_Relaxation_Oscillator.cir | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Examples/UJT_Relaxation_Oscillator/UJT_Relaxation_Oscillator.cir b/Examples/UJT_Relaxation_Oscillator/UJT_Relaxation_Oscillator.cir new file mode 100644 index 00000000..068735c1 --- /dev/null +++ b/Examples/UJT_Relaxation_Oscillator/UJT_Relaxation_Oscillator.cir @@ -0,0 +1,18 @@ +* /home/saurabh/eSim-Workspace/UJT_Relaxation_Oscillator/UJT_Relaxation_Oscillator.cir + +* EESchema Netlist Version 1.1 (Spice format) creation date: Wed Aug 28 14:50:42 2019 + +* 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: / +R1 Net-_C1-Pad1_ Net-_R1-Pad2_ 95.3k +R2 Vb2 Net-_R1-Pad2_ 4.7K +R3 GND Vb1 4.7k +C1 Net-_C1-Pad1_ GND 100n +v1 Net-_R1-Pad2_ GND DC +X1 Net-_C1-Pad1_ Vb1 Vb2 UJT +U1 Vb2 plot_v1 +U2 Vb1 plot_v1 + +.end |