From 8377256e7d90aa7ba1cb51f6164e99f81e2eb53c Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Mon, 19 May 2014 11:02:57 +0530 Subject: initial commit --- OSCAD/Examples/nodalExample/nodalExample.cir.ckt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 OSCAD/Examples/nodalExample/nodalExample.cir.ckt (limited to 'OSCAD/Examples/nodalExample/nodalExample.cir.ckt') diff --git a/OSCAD/Examples/nodalExample/nodalExample.cir.ckt b/OSCAD/Examples/nodalExample/nodalExample.cir.ckt new file mode 100644 index 0000000..84ba089 --- /dev/null +++ b/OSCAD/Examples/nodalExample/nodalExample.cir.ckt @@ -0,0 +1,14 @@ +* eeschema netlist version 1.1 (spice format) creation date: monday 17 december 2012 11:49:47 am ist + +* Printing option vprint1 +i2 1 0 1 +r5 1 0 1 +r2 4 3 1 +r4 1 4 2 +r3 4 0 1 +r1 3 0 1 +i1 3 0 1 + +.op +.print v(4) +.end -- cgit