pingspice.lib.pv.Cable(nt.Subcircuit)
class documentation
Part of pingspice.lib.pv
(View In Hierarchy)
Twisted pair of PV wires, modeled with RLC lumps. Tried using NgSpice's transmission line models; slow, non-converging.
Class Method | mmDia | Undocumented |
Class Method | mmSeparation | Undocumented |
Class Method | R | Returns Ohms per meter of BOTH wires for the given wire gauge, or total Ohms if a length in feet is provided. |
Class Method | L | Returns Henries per meter of BOTH wires for the given wire gauge and outside diameter (in meters). |
Class Method | C | Undocumented |
Method | setup | Undocumented |
@classmethod
def R(cls, AWG, lengthFeet=None):
def R(cls, AWG, lengthFeet=None):
Returns Ohms per meter of BOTH wires for the given wire gauge, or total Ohms if a length in feet is provided.