Class ModelTemperature
Temperature behavior for a DiodeModel
Implements
Inherited Members
Namespace: SpiceSharp.Components.Diodes
Assembly: SpiceSharp.dll
Syntax
[BehaviorFor(typeof(DiodeModel))]
[AddBehaviorIfNo(typeof(ITemperatureBehavior))]
public class ModelTemperature : Behavior, ITemperatureBehavior, IBehavior, IParameterSetCollection, IParameterSet, IParameterized<ModelParameters>
Constructors
ModelTemperature(IBindingContext)
Initializes a new instance of the ModelTemperature class.
Declaration
public ModelTemperature(IBindingContext context)
Parameters
Type | Name | Description |
---|---|---|
IBindingContext | context | The context. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown if |
Properties
Conductance
The ohmic conductance.
Declaration
[ParameterName("cond")]
[ParameterInfo("Ohmic conductance")]
public double Conductance { get; protected set; }
Property Value
Type | Description |
---|---|
double | The ohmic conductance. |
F2
Gets the implementation-specific factor 2.
Declaration
public double F2 { get; protected set; }
Property Value
Type | Description |
---|---|
double | The f2. |
F3
Gets the implementation-specific factor 3.
Declaration
public double F3 { get; protected set; }
Property Value
Type | Description |
---|---|
double | The f3. |
Parameters
Gets the parameter set.
Declaration
public ModelParameters Parameters { get; }
Property Value
Type | Description |
---|---|
ModelParameters | The parameter set. |
VtNominal
Gets the nominal thermal voltage.
Declaration
public double VtNominal { get; protected set; }
Property Value
Type | Description |
---|---|
double | The nominal thermal voltage. |
Xfc
Gets ???
Declaration
public double Xfc { get; protected set; }
Property Value
Type | Description |
---|---|
double | The XFC. |