.ExternData.Interfaces.JSON.getBooleanArray2D

Get 2D Boolean values from JSON file

Information

Interface

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

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