diff options
Diffstat (limited to 'OSCAD/Examples/RC/RC.cir.out')
-rw-r--r-- | OSCAD/Examples/RC/RC.cir.out | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/OSCAD/Examples/RC/RC.cir.out b/OSCAD/Examples/RC/RC.cir.out new file mode 100644 index 0000000..01e68ad --- /dev/null +++ b/OSCAD/Examples/RC/RC.cir.out @@ -0,0 +1,15 @@ +* eeschema netlist version 1.1 (spice format) creation date: friday 24 may 2013 02:23:51 pm ist
+
+v1 1 0 sine(0 5 300 0 0)
+* Plotting option vplot8_1
+r1 3 1 1k
+c1 0 3 1u
+
+.tran 5e-03 30e-03 0e-00
+
+* Control Statements
+.control
+run
+plot v(1) v(3)
+.endc
+.end
|