.Modelica_LinearSystems2.TransferFunction.'=='

Information

Check whether two transfer functions are identical

Interface

encapsulated operator function '=='
  import Modelica_LinearSystems2.Math.Polynomial;
  import Modelica_LinearSystems2.TransferFunction;
  input TransferFunction tf1 "Transfer function system 1";
  input TransferFunction tf2 "Transfer function system 1";
  input Real eps(min = 0) = 0 "Two coefficients c1 and c2 of the two transfer functions are identical if abs(c1-c2) <= eps";
  output Boolean result "= tf1 == tf2";
end '==';

Generated at 2025-02-19T19:24:53Z by OpenModelicaOpenModelica 1.24.4 using GenerateDoc.mos