.Modelica_LinearSystems2.StateSpace.Internal.complexZeros

Calculate the zeros of the related transfer function

Interface

encapsulated function complexZeros
  import Complex;
  import Modelica_LinearSystems2;
  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 2025-04-23T18:20:08Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos