pingspice.test.lib.testbase.CapacitorTestBase(TestCase) class documentation
Part of pingspice.test.lib.testbase
(View In Hierarchy)
| Class Variable | CapacitorCircuit | A subclass, or reference to one, of Include, constructed with
node 'out' and possibly also 'v0'. |
| Method | setUp | Undocumented |
| Method | makeCircuit | Special test-only keyword N: The number of times to repeat SillyCircuit,
in parallel. |
| Method | av | Undocumented |
| Method | tokenerator | Undocumented |
| Method | checkComponents | Checks that all the components whose reference designators are listed as arguments appear, and only those components, in no particular order. |
| Method | checkTokens | Checks the component entry for the refDes specified as a first argument. Each token after the refDes must match each pattern that appears as additional arguments, in order. |
| Method | checkError | Undocumented |
Inherited from MsgBase (via TestCase):
| Method | isVerbose | Undocumented |
| Method | verboserator | Undocumented |
| Method | msg | Undocumented |
Inherited from MsgBase (via TestCase):
| Method | isVerbose | Undocumented |
| Method | verboserator | Undocumented |
| Method | msg | Undocumented |
CapacitorCircuit =
A subclass, or reference to one, of
Include, constructed with
node 'out' and possibly also 'v0'.
def
makeCircuit(self, *args, **kw):
Special test-only keyword N: The number of times to repeat SillyCircuit,
in parallel.
def
checkComponents(self, *refDes):
Checks that all the components whose reference designators are listed as arguments appear, and only those components, in no particular order.