.Modelica_LinearSystems2.TransferFunction.'constructor'.fromReal

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 2025-12-12T19:14:01Z by OpenModelicaOpenModelica 1.25.7 using GenerateDoc.mos