This internal function calculates the resistance in dependency from the geometrical values (width, narrow) and resistivity.
function resDepGeom extends Modelica.Icons.Function; input Real rsh "Input sheet resistance"; input SI.Length width "Input transistor width"; input SI.Length length "Input transistor length"; input SI.Length narrow "Input narrow"; output Real out "Output value"; end resDepGeom;