functionfromTransferFunction

Generate a ZerosAndPoles data record from a transfer function

A function of Modelica_LinearSystems2.TransferFunction.Conversion.toZerosAndPoles.

Information

Syntax

zp = ZerosAndPoles'constructor'.fromTransferFunction(tf)

Description

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.