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/linear1/linear1.cir | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 OSCAD/Examples/linear1/linear1.cir (limited to 'OSCAD/Examples/linear1/linear1.cir') diff --git a/OSCAD/Examples/linear1/linear1.cir b/OSCAD/Examples/linear1/linear1.cir new file mode 100644 index 0000000..349f95a --- /dev/null +++ b/OSCAD/Examples/linear1/linear1.cir @@ -0,0 +1,19 @@ +* EESchema Netlist Version 1.1 (Spice format) creation date: Monday 17 December 2012 11:24:34 AM IST + +* 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:/ +U1 1 VPRINT1 +E1 4 6 1 2 0.5 +I1 0 6 1 +V1 3 0 1 +G1 6 1 0 2 0.5 +R6 1 0 1 +R3 2 0 1 +R5 1 2 0.5 +R4 2 6 1 +R2 4 0 1 +R1 4 3 1 + +.end -- cgit