.Modelica_LinearSystems2.WorkInProgress.DiscreteZerosAndPoles.'+'

Addition of to tarnsfwer functions zp1 + zp2, i.e. parallel connection of two transfer functions (= inputs are the same, outputs of the two systems are added)

Interface

encapsulated operator function '+'
  import Modelica;
  import ZerosAndPoles = Modelica_LinearSystems2.WorkInProgress.DiscreteZerosAndPoles;
  import Modelica_LinearSystems2.Math.Polynomial;
  import Complex;
  input ZerosAndPoles zp1;
  input ZerosAndPoles zp2;
end '+';

Generated at 2025-04-26T18:20:16Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos