Class ModelTemperature
Temperature behavior for a Mosfet1Model
Implements
Inherited Members
Namespace: SpiceSharp.Components.Mosfets.Level1
Assembly: SpiceSharp.dll
Syntax
[BehaviorFor(typeof(Mosfet1Model))]
[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
Parameters
Gets the parameter set.
Declaration
public ModelParameters Parameters { get; }
Property Value
Type | Description |
---|---|
ModelParameters | The parameter set. |
Properties
Gets the properties.
Declaration
public ModelProperties Properties { get; }
Property Value
Type | Description |
---|---|
ModelProperties | The properties. |