.Modelica_LinearSystems2.StateSpace.Internal.complexZeros

Information

Calculate the zeros of the related transfer function

Interface

encapsulated function complexZeros
  import Modelica_LinearSystems2;
  import Modelica_LinearSystems2.Math.Complex;
  import Modelica_LinearSystems2.StateSpace;
  input StateSpace ss "State space system";
  output Complex zeros2[:] = fill(Complex(0, 0), StateSpace.Internal.numberOfZeros(ss));
end complexZeros;

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