Interface ITemperatureSimulationState
An ISimulationState for tracking temperature.
Namespace: SpiceSharp.Simulations
Assembly: SpiceSharp.dll
Syntax
public interface ITemperatureSimulationState : ISimulationState
Properties
NominalTemperature
Gets the nominal temperature in Kelvin for the circuit in Kelvin. Used by models as the default temperature where the parameters were measured.
Declaration
double NominalTemperature { get; set; }
Property Value
Type | Description |
---|---|
double | The nominal temperature. |
Temperature
Gets the current temperature in Kelvin for this circuit in Kelvin.
Declaration
double Temperature { get; set; }
Property Value
Type | Description |
---|---|
double | The temperature. |