.KeyWordIO.readRowsCSV

Information

Read number of rows from CSV file

Interface

function readRowsCSV
  extends Modelica.Icons.Function;
  input String fileName "CSV file name";
  input String delimiter = "\t" "Delimiter of CSV file";
  input Boolean cache = false "Read file before compiling, if true";
  output Integer row "Number of rows";
end readRowsCSV;

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