Class Temperature
An ITemperatureBehavior for a SubcircuitDefinition.
Inheritance
System.Object
Temperature
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SpiceSharp.Components.Subcircuits.Simple
Assembly: SpiceSharp.dll
Syntax
public class Temperature : SubcircuitBehavior<ITemperatureBehavior>, ITemperatureBehavior, IBehavior, IParameterSetCollection, IParameterSet, ICloneable
Constructors
Temperature(String, SubcircuitSimulation)
Initializes a new instance of the Temperature class.
Declaration
public Temperature(string name, SubcircuitSimulation simulation)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The name. |
| SubcircuitSimulation | simulation | The simulation. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | Thrown if |
Explicit Interface Implementations
ITemperatureBehavior.Temperature()
Perform temperature-dependent calculations.
Declaration
void ITemperatureBehavior.Temperature()