diff options
author | unknown | 2019-06-03 14:56:53 +0530 |
---|---|---|
committer | nilshah98 | 2019-06-17 22:34:34 +0530 |
commit | 89249e5003eccb07917d21788f6ce37e1de6d572 (patch) | |
tree | 3cf30e5211f8f5cbfafe7400b7b92670de00929a /src/kicadtoNgspice/Convert.py | |
parent | 1d4ee6b6c1254657c497673838922e746f339eca (diff) | |
download | eSim-89249e5003eccb07917d21788f6ce37e1de6d572.tar.gz eSim-89249e5003eccb07917d21788f6ce37e1de6d572.tar.bz2 eSim-89249e5003eccb07917d21788f6ce37e1de6d572.zip |
sphinx documentation init
Diffstat (limited to 'src/kicadtoNgspice/Convert.py')
-rw-r--r-- | src/kicadtoNgspice/Convert.py | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/src/kicadtoNgspice/Convert.py b/src/kicadtoNgspice/Convert.py index 8280f9e7..d59708de 100644 --- a/src/kicadtoNgspice/Convert.py +++ b/src/kicadtoNgspice/Convert.py @@ -10,6 +10,14 @@ class Convert: """ - This class has all the necessary function required to convert kicad netlist to ngspice netlist. + - Method List - + - - addDeviceLibrary + - - addModelParameter + - - addSourceParameter + - - addSubcircuit + - - analysisInsertor + - - converttosciform + - - defaultvalue """ def __init__(self, sourcelisttrack, source_entry_var, @@ -22,7 +30,15 @@ class Convert: def addSourceParameter(self): """ - - This function add the source details to schematicInfo + - This function extracts the source details to schematicInfo + - keywords recognised and parsed - + - - sine + - - pulse + - - pwl + - - ac + - - dc + - - exp + - Return updated schematic """ self.start = 0 |