.KeyWordIO.readRowsCSV

Information

Read number of rows from CSV file

Interface

function readRowsCSV
  extends Modelica.Icons.Function;
  input String fileName "CSV file name" annotation(
    Dialog(loadSelector(filter = "Comma separated values (*.csv)", caption = "CSV data file")));
  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-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos