.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-02T18:24:35Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos