Class TemperatureProperties
Temperature-dependent properties.
Inheritance
TemperatureProperties
Assembly: SpiceSharp.dll
Syntax
public class TemperatureProperties
Properties
Cbd
Declaration
public double Cbd { get; set; }
Property Value
CbdSidewall
Declaration
public double CbdSidewall { get; set; }
Property Value
Cbs
Declaration
public double Cbs { get; set; }
Property Value
CbsSidewall
Declaration
public double CbsSidewall { get; set; }
Property Value
DrainConductance
Declaration
public double DrainConductance { get; set; }
Property Value
DrainSatCurrent
Declaration
public double DrainSatCurrent { get; set; }
Property Value
DrainVCritical
Declaration
public double DrainVCritical { get; set; }
Property Value
EffectiveLength
Declaration
public double EffectiveLength { get; set; }
Property Value
F2d
Declaration
public double F2d { get; set; }
Property Value
F2s
Declaration
public double F2s { get; set; }
Property Value
F3d
Declaration
public double F3d { get; set; }
Property Value
F3s
Declaration
public double F3s { get; set; }
Property Value
F4d
Declaration
public double F4d { get; set; }
Property Value
F4s
Declaration
public double F4s { get; set; }
Property Value
OxideCap
Declaration
public double OxideCap { get; set; }
Property Value
SourceConductance
Declaration
public double SourceConductance { get; set; }
Property Value
SourceSatCurrent
Declaration
public double SourceSatCurrent { get; set; }
Property Value
SourceVCritical
Declaration
public double SourceVCritical { get; set; }
Property Value
TempBulkPotential
Declaration
public double TempBulkPotential { get; set; }
Property Value
TempCbd
Declaration
public double TempCbd { get; set; }
Property Value
TempCbs
Declaration
public double TempCbs { get; set; }
Property Value
TempCj
Declaration
public double TempCj { get; set; }
Property Value
TempCjsw
Declaration
public double TempCjsw { get; set; }
Property Value
TempDepCap
Declaration
public double TempDepCap { get; set; }
Property Value
TempPhi
Declaration
public double TempPhi { get; set; }
Property Value
TempSatCur
Declaration
public double TempSatCur { get; set; }
Property Value
TempSatCurDensity
Declaration
public double TempSatCurDensity { get; set; }
Property Value
TempSurfaceMobility
Declaration
public double TempSurfaceMobility { get; set; }
Property Value
TempTransconductance
Declaration
public double TempTransconductance { get; set; }
Property Value
TempVbi
Declaration
public double TempVbi { get; set; }
Property Value
TempVt
Declaration
public double TempVt { get; set; }
Property Value
TempVt0
Declaration
public double TempVt0 { get; set; }
Property Value
Methods
Update(string, Parameters, ModelParameters, ModelProperties)
Updates the specified properties.
Declaration
public void Update(string name, Parameters p, ModelParameters mp, ModelProperties mprp)
Parameters
Extension Methods