ss = StateSpace.'constructor'.fromTransferFunction(tf)
This function constructs a StateSpace record ss from a transfer function tf. For the simplicity of implementation, this function directly extends from TransferFunction.Conversion.toStateSpace.
function fromTransferFunction = Modelica_LinearSystems2.TransferFunction.Conversion.toStateSpace;