This internal function calculates the conductance in dependency from the temperature.
function resDepTemp extends Modelica.Icons.Function; input SI.Resistance resist "Input resistance"; input SI.Temperature temp "Device temperature"; input SI.Temperature tnom "Nominal temperature"; input Real tc1; input Real tc2; output SI.Conductance conduct "Output conductance"; output Real dCond_dTemp "Output value"; end resDepTemp;