.Modelica_LinearSystems2.DiscreteTransferFunction.'+'.'dtf+dtf'

Information

Parallel connection of two discrete transfer functions (= inputs are the same, outputs of the two systems are added)

Interface

function 'dtf+dtf'
  import Modelica;
  import Modelica_LinearSystems2.Math.Polynomial;
  import Modelica_LinearSystems2.DiscreteTransferFunction;
  input DiscreteTransferFunction dtf1 "Transfer function system 1";
  input DiscreteTransferFunction dtf2 "Transfer function system 2";
  output DiscreteTransferFunction result;
end 'dtf+dtf';

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