encapsulated function isSISO import Modelica_LinearSystems2.StateSpace; input StateSpace ss "State space system"; output Boolean isSISO "True, if state space system is SISO"; end isSISO;