pingspice.analysis.thermal.Constraints(constraints.Constraints)
class documentation
Part of pingspice.analysis.thermal
(View In Hierarchy)
I provide a simple constraint checker to make sure that each successive time constant in the Cauer network is increasing, thus avoiding overlap in the search space.
Method | setup | Constructor pattern is Constraints(N) . |
Method | rc | Undocumented |
Method | rc_increasing | Returns False (and quits checking) if any RC is smaller
than its predecessor in the Cauer network. |