.Modelica_LinearSystems2.TransferFunction.'constructor'.fromArrays

Information

Generate a TransferFunction data record from numerator and denominator array

Interface

encapsulated function fromArrays
  import Modelica;
  import Modelica_LinearSystems2.TransferFunction;
  input Real n[:] "Coefficients of numerator polynomial";
  input Real d[:] "Coefficients of denominator polynomial";
  input String uName = "" "input name";
  input String yName = "" "output name";
  output TransferFunction tf(redeclare Real n[size(n, 1)], redeclare Real d[size(d, 1)]) "Transfer function";
end fromArrays;

Generated at 2024-04-19T18:16:02Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos