Calculate the number of poles of the related transfer function
encapsulated function numberOfPoles import Modelica_LinearSystems2.StateSpace; input StateSpace ss "State space system"; output Integer numberOfPoles = StateSpace.Internal.numberOfPolesAndZeros(ss); end numberOfPoles;