encapsulated function isControllableAndObservableSISO import Modelica_LinearSystems2; import Modelica_LinearSystems2.StateSpace; import Modelica_LinearSystems2.TransferFunction; input TransferFunction tf "Transfer function of a system"; output Boolean controllableAndObservable; end isControllableAndObservableSISO;