To check whether a SISO system is controllable and observable
encapsulated function isControllableAndObservableSISO import Modelica_LinearSystems2; import Modelica_LinearSystems2.StateSpace; import Modelica_LinearSystems2.ZerosAndPoles; input ZerosAndPoles zp; output Boolean controllableAndObservable; end isControllableAndObservableSISO;