.Modelica_LinearSystems2.TransferFunction.'constructor'.fromReal

Information

Generate a TransferFunction data record from a real value

Interface

function fromReal
  import Modelica;
  import Modelica_LinearSystems2.TransferFunction;
  input Real r "Value of Real variable";
  input String uName = "" "input name";
  input String yName = "" "output name";
  output TransferFunction tf(n = {r}, d = {1});
end fromReal;

Generated at 2024-12-26T19:25:54Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos