summaryrefslogtreecommitdiff
path: root/src/kicadtoNgspice/Convert.py
diff options
context:
space:
mode:
authorfahim2015-04-07 15:32:15 +0530
committerfahim2015-04-07 15:32:15 +0530
commite10b2de0bec4836b2dc134d56ed573ad1d633ce3 (patch)
tree3dac4590ca8567f3debf33d895d4076eccbc2a02 /src/kicadtoNgspice/Convert.py
parent34d01b75a71c270922772a2d12f493b7a46866fe (diff)
downloadeSim-e10b2de0bec4836b2dc134d56ed573ad1d633ce3.tar.gz
eSim-e10b2de0bec4836b2dc134d56ed573ad1d633ce3.tar.bz2
eSim-e10b2de0bec4836b2dc134d56ed573ad1d633ce3.zip
Subject: Added new Icon images and Modified code to get model from xml
file Description: Started the work to get the details of model parameter from xml.
Diffstat (limited to 'src/kicadtoNgspice/Convert.py')
-rw-r--r--src/kicadtoNgspice/Convert.py13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/kicadtoNgspice/Convert.py b/src/kicadtoNgspice/Convert.py
index 3d45f94a..26010d9e 100644
--- a/src/kicadtoNgspice/Convert.py
+++ b/src/kicadtoNgspice/Convert.py
@@ -8,13 +8,12 @@ class Convert:
self.entry_var = source_entry_var
self.sourcelistvalue = []
- self.analysisInserter()
-
+
def addSourceParameter(self):
print "Adding Source parameter"
- print "SourceListTrack : ",self.sourcelisttrack
- print "Schematic Info ",self.schematicInfo
- print "Entry Var",self.entry_var
+ #print "SourceListTrack : ",self.sourcelisttrack
+ #print "Schematic Info ",self.schematicInfo
+ #print "Entry Var",self.entry_var
self.start = 0
self.end = 0
@@ -107,5 +106,5 @@ class Convert:
return self.schematicInfo
- def analysisInserter(self):
- print "Adding Analysis" \ No newline at end of file
+ def addModelParameter(self,schematicInfo):
+ print "Schematic info after adding source detail",schematicInfo \ No newline at end of file