.Modelica_LinearSystems2.Internal.PolesAndZeros.constructor

Information

Default constructor for poles and zeros

Interface

encapsulated function constructor
  import Modelica;
  import Modelica_LinearSystems2.Math.Complex;
  import PolesAndZeros2 = Modelica_LinearSystems2.Internal.PolesAndZeros;
  import Modelica_LinearSystems2.Internal;
  input Complex p[:] = {Complex(0, 0)} "Complex zeros";
  input Complex z[:] = {Complex(0, 0)} "Complex zeros";
  output PolesAndZeros2 pz(redeclare Real p_real[size(p, 1)], redeclare Real p_im[size(p, 1)], redeclare Real z_real[size(z, 1)], redeclare Real z_im[size(z, 1)]);
end constructor;

Generated at 2024-04-24T18:15:52Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos