.Modelica_LinearSystems2.StateSpace.Internal.scaleFactor1

Information

Return scale factor for first order block

Interface

encapsulated function scaleFactor1
  import Modelica;
  input Real n "(s+n)/(s+d)";
  input Real d "(s+n)/(s+d)";
  input Real small = 100*Modelica.Constants.eps;
  output Real k "= d/n, if d,n are not zero, otherwise special cases";
end scaleFactor1;

Generated at 2024-04-24T18:15:52Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos