Calculate the number poles and of zeros of the related transfer function
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;