encapsulated function fromReal
import Modelica;
import Modelica_LinearSystems2;
import Modelica_LinearSystems2.WorkInProgress.DiscreteZerosAndPoles;
input Real r "Value of Real variable";
input Modelica.Units.SI.Time Ts = 1 "Sample time";
input Modelica_LinearSystems2.Utilities.Types.Method method = Modelica_LinearSystems2.Utilities.Types.Method.Trapezoidal "Discretization method";
input String uName = "" "input name";
input String yName = "" "output name";
output DiscreteZerosAndPoles dzp(redeclare Real n1[0], redeclare Real n2[0, 2], redeclare Real d1[0], redeclare Real d2[0, 2]) "= r";
end fromReal;