-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathSLiCAPsummary.txt
executable file
·180 lines (157 loc) · 6.17 KB
/
SLiCAPsummary.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
STRINGS :
CIRCUITPATH
CSVPATH
DOCPATH
HTMLINSERT
HTMLPATH
IMGPATH
LATEXPATH
LIBCOREPATH
LIBRARYPATH
LTSPICE
MATHMLPATH
MAXIMA
NETLIST
PROJECTPATH
SPHINXPATH
SYSINSTALL
TXTPATH
USERPATH
VERSION
t_ignore
LISTS :
CIRCUITNAMES
CONTROLLED
CONVTYPES
DATATYPES
DEVICETYPES
GAINTYPES
INDEPSCRCS
LABELTYPES
NODES
SLiCAPLIBS
TITLE
USERLIBS
VALEXPR
TUPLES :
tokens
DICTS :
CIRCUITS
DEVICES
MODELS
SCALEFACTORS
SLiCAPCIRCUITS
SLiCAPMODELS
SLiCAPPARAMS
USERCIRCUITS
USERMODELS
USERPARAMS
FUNCTIONS :
CLASSES :
Label
SLiCAPproject
allResults
axis
circuit
device
element
figure
instruction
maximaHandler
model
modelDef
settings
specItem
trace
======================================================================
Classes in detail
======================================================================
Label(self, page, typ, text, name): SLiCAP/SLiCAPhtml
SLiCAPproject(self, name): SLiCAP
allResults(self): SLiCAP/SLiCAPprotos
- depVars(self.Dv)
axis(self, title): SLiCAP/SLiCAPplots
- makeTraceDict(self.traces, self.label)
circuit(self): SLiCAP/SLiCAPprotos
- delPar(self.parUnits, self.parDefs)
- defPar(self.parUnits, self.parDefs)
- defPars(self.parDefs)
- getParValue(self.parDefs)
- updateParams(self.Symbol, self.frequency, self.Laplace, self.params, self.elements, self.parDefs)
- getElementValue(self.elements, self.parDefs, self.params)
device(self): SLiCAP/SLiCAPprotos
element(self): SLiCAP/SLiCAPprotos
figure(fileName, self): SLiCAP/SLiCAPplots
- plot(self.markerSize, self.yScaleFactor, self.title, self.axisHeight, self.yData, self.xScaleFactor, self.show, self.markerColor, self.axes, self.defaultColors, self.fileName, self.plotFontSize, self.figure, self.yLim, self.yLabel, self.traces, self.plot, self.label, self.axisWidth, self.lineWidth, self.markerFaceColor, self.lineType, self.defaultMarkers, self.color, self.xScale, self.add_subplot, self.polar, self.yScale, self.xLim, self.text, self.imgPath, self.shape, self.xLabel, self.marker, self.xData)
instruction(self): SLiCAP/SLiCAPinstruction
- setSimType(self.simType)
- checkSimType(self.errors, self.numeric, self.simType)
- setGainType(self.gainType)
- checkGainType(self.errors, self.gainType)
- setConvType(self.convType)
- checkConvType(self.convType, self.errors)
- setPairExt(self.pairExt)
- checkPairExt(self.pairExt)
- setPairedCircuits(self.pairedCircuits)
- checkPairedCircuits(self.elements, self.circuit)
- setDataType(self.dataType)
- checkDataType(self.dataType, self.errors)
- stepOn(self.step)
- stepOff(self.step)
- setStepVar(self.stepVar)
- checkStepVar(self.stepVar, self.circuit, self.params, self.Basic, self.parDefs, self.errors)
- setStepVars(self.stepVars)
- checkStepVars(self.stepVars, self.circuit, self.params, self.Basic, self.parDefs, self.errors)
- setStepMethod(self.stepMethod)
- checkStepMethod(self.stepMethod, self.errors)
- setStepStart(self.stepStart)
- checkStepStart(self.stepStart, self.errors)
- setStepStop(self.stepStop)
- checkStepStop(self.stepStop, self.errors)
- setStepNum(self.stepNum)
- checkStepNum(self.stepNum, self.errors)
- setStepList(self.stepList)
- checkStepList(self.stepList, self.errors)
- setStepArray(self.stepArray)
- checkStepArray(self.stepVars, self.stepArray, self.errors)
- setSource(self.source, self.checkSource)
- checkSource(self.srcUnits, self.source, self.errors)
- setDetector(self.detector)
- checkDetector(self.detector, self.lgRef, self.detUnits, self.convType, self.detLabel, self.errors)
- setLGref(self.lgRef)
- checkLGref(self.lgRef, self.controlled, self.circuit, self.errors)
- delPar(self.circuit)
- defPar(self.circuit)
- defPars(self.circuit)
- getParValue(self.numeric, self.circuit, self.simType)
- getElementValue(self.numeric, self.circuit, self.simType)
- indepVars(self.indepVars, self.circuit)
- depVars(self.depVars, self.circuit)
- controlled(self.controlled, self.circuit)
- setCircuit(self.circuit)
- checkCircuit(self.errors, self.params, self.circuit)
- checkNumeric(self.dataType, self.numeric, self.simType, self.errors)
- checkStep(self.stepDict, self.stepList, self.stepVar, self.stepVars, self.stepMethod, self.stepArray, self.stepStop, self.step, self.circuit, self.stepNum, self.stepStart, self.parDefs, self.errors)
- check(self.stepDict, self.gainType, self.convType, self.numeric, self.circuit, self.errors, self.pairExt, self.step, self.dataType, self.checkSource)
- execute(self.errors)
- useMatrixConversion(self.conversionMethod)
maximaHandler(self, port, host, maxima, timeout): SLiCAP/SLiCAPpythonMaxima
- __del__(self.active)
- runMaxima(self.maxima, self.PORT)
- startMaxima(self.daemon)
- restartMaxima(self.active)
- getResponse(self.conn)
- parseMaxima(self.conn, self.mut, self.active)
- maxEval()
model(self): SLiCAP/SLiCAPprotos
modelDef(self): SLiCAP/SLiCAPprotos
settings(self): SLiCAP/SLiCAPini
- dump()
- updatePaths(self.circuitPath, self.txtPath, self.sphinxPath, self.defaultLib, self.maxima, self.netlist, self.imgPath, self.userPath, self.csvPath, self.projectPath, self.libraryPath, self.docPath, self.htmlPath, self.latexPath, self.mathmlPath, self.ltspice)
specItem(self, symbol, specType, units, value, description): SLiCAP/SLiCAPdesignData
- update(self.specType, self.symbol, self.spectype, self.value, self.units)
- csvLine(self.specType, self.symbol, self.description, self.value, self.units)
- htmlLine(self.units, self.symbol, self.value, self.description)
- specLine(self.units, self.symbol, self.value, self.description)
trace(traceData, self): SLiCAP/SLiCAPplots
- makeTable(self.xData, self.xName, self.yData, self.yName)