.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-12-26T19:25:54Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos