pingspice.test.lib.test_passive.Test_Coil(tb.TestCase) class documentation
Part of pingspice.test.lib.test_passive
(View In Hierarchy)
Test the relatively realistic inductor using the following circuit, where the current source is a biased sinusoid:
+---+
+------>| R |>----+
1| +---+ |2
+---+ +---+
| I | | L |
+---+ +---+
| |
0 0
| Method | setUp | Undocumented |
| Method | tearDown | Undocumented |
| Method | makeCircuit | Undocumented |
| Method | TRAN | Runs TRAN analysis, returning a Deferred to time, V1, and
V2. |
| Method | RMS | Returns the root-mean-square amplitude of the AC component of values in the last 3/4 of vector V. |
| Method | checkAmplitude | Undocumented |
| Method | test_zeroBias | Undocumented |
| Method | test_biasNotSaturating | Undocumented |
| Method | test_maxBias | Undocumented |
| Method | test_maxBias_no_lpf | Undocumented |
| Method | test_lotsaBias | 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 |
@defer.inlineCallbacks
def TRAN(self):
def TRAN(self):
Runs TRAN analysis, returning a Deferred to time, V1, and
V2.