.ExternData.Interfaces.JSON.getStringArray2D

Information

Interface

partial function getStringArray2D
  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 String y[m, n] "2D Real values";
end getStringArray2D;

Generated at 2025-01-31T19:25:52Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos