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

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-01-08T19:40:16Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos