pingspice.analysis.sse.Result_SSE(object)
class documentation
Part of pingspice.analysis.sse
(View In Hierarchy)
A stripped-down stand-in for Result
.
Used by ErrorTabulator
if it is constructed without a populated nameList.
Method | __init__ | Undocumented |
Method | __contains__ | I contain no setup runs. |
Method | __len__ | Undocumented |
Method | __iter__ | Undocumented |
Method | next | Undocumented |
Method | nameList | Undocumented |
Method | makeBogus | Undocumented |
Method | __call__ | I have the same call pattern as Result for
compatibility but all I actually need is the SSE. |
def
__call__(self, ID, SSE, *args):
I have the same call pattern as Result
for
compatibility but all I actually need is the SSE.