The package Model contains the record Model that includes the device temperature.
Extends from Modelica.Icons.Package (Icon for standard packages).
| Name | Description |
|---|---|
| Device Temperature |
The record Model includes the device temperture which has a default value of 27°C.
record Model "Device Temperature"
Modelica.SIunits.Temp_K m_dTemp( start = SpiceConstants.CKTnomTemp)
"TEMP, Device Temperature";
end Model;