.Modelica_LinearSystems2.StateSpace.Internal.numberOfPolesAndZeros

Calculate the number poles and of zeros of the related transfer function

Interface

encapsulated function numberOfPolesAndZeros
  import Modelica;
  import Complex;
  import Modelica_LinearSystems2;
  import Modelica_LinearSystems2.ZerosAndPoles;
  import Modelica_LinearSystems2.StateSpace;
  input StateSpace ss "State space system";
  output Integer numberOfPoles;
  output Integer numberOfZeros;
end numberOfPolesAndZeros;

Generated at 2026-07-21T20:30:55Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos