.ExternData.Interfaces.JSON.getRealArray2D

Get 2D Real values from JSON file

Information

Interface

partial function getRealArray2D
  extends Modelica.Icons.Function;
  input String varName "Key";
  input Integer m = 1 "Number of rows";
  input Integer n = 1 "Number of columns";
  input Types.ExternJSONFile json "External JSON file object";
  output Real y[m, n] "2D Real values";
end getRealArray2D;

Generated at 2025-03-11T19:24:33Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos