.Modelica.Electrical.Spice3.Internal.Functions.resDepTemp

Information

This internal function calculates the conductance in dependency from the temperature.

Interface

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;

Generated at 2025-01-08T19:40:16Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos