.ExternData.Functions.XML2.readArrayColumns2D

Information

Read second dimension of 2D array in XML file

Interface

function readArrayColumns2D
  extends Modelica.Icons.Function;
  input String fileName "File name";
  input String varName "Key";
  input String nameSpace[:, 2] = fill("", 0, 2) "XML name spaces";
  input Boolean verboseRead = true "= true, if info message that file is loading is to be printed";
  input Types.Diagnostics detectMissingData = Types.Diagnostics.Warning "Print diagnostic message in case of missing data";
  output Integer n "Number of columns in array";
end readArrayColumns2D;

Generated at 2024-11-26T19:26:15Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos