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