.Modelica_LinearSystems2.WorkInProgress.DiscreteZerosAndPoles.'String'

Information

Transform ZerosAndPoles transfer function into a String representation

Interface

encapsulated operator function 'String'
  import Modelica;
  import Modelica_LinearSystems2.WorkInProgress.DiscreteZerosAndPoles;
  import Modelica_LinearSystems2.ZerosAndPoles;
  input DiscreteZerosAndPoles zp "ZerosAndPoles transfer function to be transformed in a String representation";
  input Integer significantDigits = 6 "Number of significant digits that are shown";
  input String name = "p" "Independent variable name used for printing";
  output String s = "";
end 'String';

Generated at 2024-04-25T18:15:59Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos