.Modelica_LinearSystems2.StateSpace.Internal.scaleFactor1

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 2025-03-13T19:24:49Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos