.Modelica_LinearSystems2.ZerosAndPoles.'String'

Information

Transform zeros and poles description into a String representation

Interface

encapsulated operator function 'String'
  import Modelica;
  import Modelica_LinearSystems2.ZerosAndPoles;
  input ZerosAndPoles zp "Zeros-and-poles data record 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-24T18:15:52Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos