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