ss = StateSpace.'constructor'.fromZerosAndPoles(zp)
This function constructs a StateSpace record ss from a zeros-poles-gain system zp. For the simplicity of implementation, this function directly extends from ZerosAndPoles.Conversion.toStateSpace.
function fromZerosAndPoles = Modelica_LinearSystems2.ZerosAndPoles.Conversion.toStateSpace;