.Modelica.Electrical.Spice3.Internal.Functions.resDepGeom

Resistance dependent from width and narrow

Information

This internal function calculates the resistance in dependency from the geometrical values (width, narrow) and resistivity.

Interface

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;

Generated at 2025-04-03T18:24:42Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos