.Modelica_LinearSystems2.DiscreteTransferFunction.'String'

Information

Transform DiscreteTransferFunction into a String representation

Interface

encapsulated operator function 'String'
  import Modelica_LinearSystems2;
  import Modelica_LinearSystems2.Math.Polynomial;
  import Modelica_LinearSystems2.DiscreteTransferFunction;
  input DiscreteTransferFunction dtf "Discrete transfer function to be transformed in a String representation";
  input Integer significantDigits = 6 "Number of significant digits that are shown";
  input String name = "z" "Independent variable name used for printing";
  output String z = "";
end 'String';

Generated at 2024-04-19T18:16:02Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos