.Modelica_LinearSystems2.DiscreteZerosAndPoles.'=='

Information

Check whether two discreteZerosAndPoles transfer functions are identical

Interface

encapsulated operator function '=='
  import Modelica;
  import Modelica.Math;
  import Modelica_LinearSystems2.Math.Polynomial;
  import Modelica_LinearSystems2.DiscreteZerosAndPoles;
  input DiscreteZerosAndPoles dzp1;
  input DiscreteZerosAndPoles dzp2;
  input Real eps(min = 0) = 0 "Two numbers n1 and n2 are identical if abs(n1-n2) <= eps";
  output Boolean result "= dzp1 == dzp2";
end '==';

Generated at 2024-03-27T19:15:56Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos