From d25a2bf2d63442e3585479751f168b635fc5701e Mon Sep 17 00:00:00 2001 From: fossee Date: Thu, 29 Aug 2019 12:00:06 +0530 Subject: changed Examples --- Examples/Integrator/Integrator.cir | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Examples/Integrator/Integrator.cir (limited to 'Examples/Integrator/Integrator.cir') diff --git a/Examples/Integrator/Integrator.cir b/Examples/Integrator/Integrator.cir new file mode 100644 index 00000000..50c30529 --- /dev/null +++ b/Examples/Integrator/Integrator.cir @@ -0,0 +1,19 @@ +* /home/fossee/eSim-Workspace/Integrator/Integrator.cir + +* EESchema Netlist Version 1.1 (Spice format) creation date: Mon Feb 29 20:31:04 2016 + +* 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-_R2-Pad1_ Net-_C1-Pad2_ out UA741 +R1 in Net-_C1-Pad2_ 10k +R2 Net-_R2-Pad1_ GND 1k +R3 out GND 1k +C1 out Net-_C1-Pad2_ 100n +R4 Net-_C1-Pad2_ out 100k +v1 in GND pwl +U1 in plot_v1 +U2 out plot_v1 + +.end -- cgit