.ExternData.Functions.JSON.readArraySize1D

Information

Read length of 1D array in JSON file

Interface

function readArraySize1D
  extends Modelica.Icons.Function;
  input String fileName "File name";
  input String varName "Key";
  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 elements in array";
end readArraySize1D;

Generated at 2024-03-28T19:15:55Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos