.Modelica_LinearSystems2.StateSpace.Internal.complexZeros

Information

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 2024-11-26T19:26:15Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos