Beispiel #1
0
 def __init__(self,
              Is=10e-12,  # 10 pA
              n=1,
              degree=25, kelvin=None):
     self.Is = Is  # reverse bias saturation current
     self.n = n  # ideality factor or emission coefficient
     self.T = Cst.temperature(degree=degree, kelvin=kelvin)
Beispiel #2
0
    def __init__(self,
                 Is=10e-12, # 10 pA
                 n=1,
                 degree=25, kelvin=None):

        self.Is = Is # reverse bias saturation current
        self.n = n # ideality factor or emission coefficient
        self.T = Cst.temperature(degree=degree, kelvin=kelvin)
Beispiel #3
0
 def Vt(self):
     """ Thermal Voltage """
     return Cst.kT(kelvin=self.T) / Cst.q
Beispiel #4
0
 def Vt(self):
     """ Thermal Voltage """
     return Cst.kT(kelvin=self.T) / Cst.q