functionfromZerosAndPoles
Generate a StateSpace data record from a zeros-and-poles system
A function of Modelica_LinearSystems2.ZerosAndPoles.Conversion.toStateSpace.
Information
Syntax
ss = StateSpace.'constructor'.fromZerosAndPoles(zp)
Description
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.